From 2febed4d6e825812a4ff7534e908018b5eee074f Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Fri, 24 May 2024 01:40:47 +0200 Subject: [PATCH] fix(inferium-gui): saveAllConfigs error handling --- inferium-gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inferium-gui.lua b/inferium-gui.lua index 1670946..3e8dc39 100644 --- a/inferium-gui.lua +++ b/inferium-gui.lua @@ -193,7 +193,7 @@ local function saveAllConfigs(payloads) end if not setConfigResponse then - return 'unable to save config (check server logs)' + return false, 'unable to save config (check server logs)' end end