mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 06:37:34 +00:00
try-config convert to try
This commit is contained in:
parent
9a43d2d8e2
commit
6b961e2510
|
@ -9,7 +9,7 @@ local conFuncs = {
|
||||||
["setting"] = function(args)
|
["setting"] = function(args)
|
||||||
gmInte.saveSetting(args[2], args[3])
|
gmInte.saveSetting(args[2], args[3])
|
||||||
end,
|
end,
|
||||||
["try-config"] = function()
|
["try"] = function()
|
||||||
gmInte.tryConfig()
|
gmInte.tryConfig()
|
||||||
end,
|
end,
|
||||||
["refresh"] = function()
|
["refresh"] = function()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user