remove: load server config

This commit is contained in:
Linventif 2024-06-29 04:01:42 +00:00
parent 3ecba4cda8
commit 048f70b6b3

View File

@ -289,15 +289,15 @@ local buttonsInfo = {
gui.OpenURL("https://github.com/FredyH/GWSockets/releases") gui.OpenURL("https://github.com/FredyH/GWSockets/releases")
end, end,
}, },
{ -- {
["label"] = "Load Server Config", -- ["label"] = "Load Server Config",
["condition"] = function(data) -- ["condition"] = function(data)
return data.debug -- return data.debug
end, -- end,
["func"] = function(data) -- ["func"] = function(data)
gmInte.config = data -- gmInte.config = data
end, -- end,
} -- }
} }
local colorTable = { local colorTable = {