mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +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")
|
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 = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user