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