mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
fix: default fqdn
This commit is contained in:
parent
8ce3390666
commit
8753137c3b
|
@ -234,7 +234,7 @@ local possibleConfig = {
|
|||
return value
|
||||
end,
|
||||
["resetIfEmpty"] = true,
|
||||
["defaultValue"] = "api.gmod-integration.com",
|
||||
["defaultValue"] = "ws.gmod-integration.com",
|
||||
["onEdit"] = function(setting, value)
|
||||
if (!value || value == "") then return end
|
||||
saveConfig(setting, value)
|
||||
|
@ -248,7 +248,7 @@ local possibleConfig = {
|
|||
["description"] = "API FQDN that will be used for the API connection.",
|
||||
["type"] = "textEntry",
|
||||
["resetIfEmpty"] = true,
|
||||
["defaultValue"] = "ws.gmod-integration.com",
|
||||
["defaultValue"] = "api.gmod-integration.com",
|
||||
["value"] = function(setting, value)
|
||||
return value
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue
Block a user