mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
fix: default api fqdn
This commit is contained in:
parent
5ffa87a605
commit
7b5a180ba5
|
@ -234,7 +234,7 @@ local possibleConfig = {
|
||||||
return value
|
return value
|
||||||
end,
|
end,
|
||||||
["resetIfEmpty"] = true,
|
["resetIfEmpty"] = true,
|
||||||
["defaultValue"] = "ws.gmod-integration.com",
|
["defaultValue"] = "api.gmod-integration.com",
|
||||||
["onEdit"] = function(setting, value)
|
["onEdit"] = function(setting, value)
|
||||||
if (!value || value == "") then return end
|
if (!value || value == "") then return end
|
||||||
saveConfig(setting, value)
|
saveConfig(setting, value)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user