try-config convert to try

This commit is contained in:
Linventif 2023-09-23 14:44:49 +02:00
parent 9a43d2d8e2
commit 6b961e2510

View File

@ -9,7 +9,7 @@ local conFuncs = {
["setting"] = function(args)
gmInte.saveSetting(args[2], args[3])
end,
["try-config"] = function()
["try"] = function()
gmInte.tryConfig()
end,
["refresh"] = function()