mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 17:17:33 +00:00
remove: load server config
This commit is contained in:
parent
3ecba4cda8
commit
048f70b6b3
|
@ -289,15 +289,15 @@ local buttonsInfo = {
|
|||
gui.OpenURL("https://github.com/FredyH/GWSockets/releases")
|
||||
end,
|
||||
},
|
||||
{
|
||||
["label"] = "Load Server Config",
|
||||
["condition"] = function(data)
|
||||
return data.debug
|
||||
end,
|
||||
["func"] = function(data)
|
||||
gmInte.config = data
|
||||
end,
|
||||
}
|
||||
-- {
|
||||
-- ["label"] = "Load Server Config",
|
||||
-- ["condition"] = function(data)
|
||||
-- return data.debug
|
||||
-- end,
|
||||
-- ["func"] = function(data)
|
||||
-- gmInte.config = data
|
||||
-- end,
|
||||
-- }
|
||||
}
|
||||
|
||||
local colorTable = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user