Rename config name which is not compatible with 1.0
This commit is contained in:
parent
340ec706b0
commit
8799369066
@ -762,9 +762,9 @@ namespace UserConfigParams
|
|||||||
|
|
||||||
// ---- Networking
|
// ---- Networking
|
||||||
PARAM_PREFIX StringToUIntUserConfigParam m_stun_servers
|
PARAM_PREFIX StringToUIntUserConfigParam m_stun_servers
|
||||||
PARAM_DEFAULT(StringToUIntUserConfigParam("stun-servers",
|
PARAM_DEFAULT(StringToUIntUserConfigParam("stun-servers-ipv6",
|
||||||
"The stun servers that will be used to know the public address with"
|
"The stun servers that will be used to know the public address "
|
||||||
" port", {{ "stun-server", "address", "ping" }},
|
"(including ipv6) with port", {{ "stun-server", "address", "ping" }},
|
||||||
{
|
{
|
||||||
{ "stun.stunprotocol.org:3478", 0u },
|
{ "stun.stunprotocol.org:3478", 0u },
|
||||||
{ "stun.l.google.com:19302", 0u },
|
{ "stun.l.google.com:19302", 0u },
|
||||||
@ -934,7 +934,7 @@ namespace UserConfigParams
|
|||||||
"Last selected track group") );
|
"Last selected track group") );
|
||||||
|
|
||||||
PARAM_PREFIX StringUserConfigParam m_skin_file
|
PARAM_PREFIX StringUserConfigParam m_skin_file
|
||||||
PARAM_DEFAULT( StringUserConfigParam("peach", "skin_file",
|
PARAM_DEFAULT( StringUserConfigParam("peach", "skin_name",
|
||||||
"Name of the skin to use") );
|
"Name of the skin to use") );
|
||||||
|
|
||||||
PARAM_PREFIX IntUserConfigParam m_minimap_display
|
PARAM_PREFIX IntUserConfigParam m_minimap_display
|
||||||
|
Loading…
x
Reference in New Issue
Block a user