From 8799369066d7af0888a5aeabd135e945d7f071f1 Mon Sep 17 00:00:00 2001 From: Benau Date: Thu, 28 Nov 2019 16:44:01 +0800 Subject: [PATCH] Rename config name which is not compatible with 1.0 --- src/config/user_config.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/user_config.hpp b/src/config/user_config.hpp index 1a2c8a959..a82c04474 100644 --- a/src/config/user_config.hpp +++ b/src/config/user_config.hpp @@ -762,9 +762,9 @@ namespace UserConfigParams // ---- Networking PARAM_PREFIX StringToUIntUserConfigParam m_stun_servers - PARAM_DEFAULT(StringToUIntUserConfigParam("stun-servers", - "The stun servers that will be used to know the public address with" - " port", {{ "stun-server", "address", "ping" }}, + PARAM_DEFAULT(StringToUIntUserConfigParam("stun-servers-ipv6", + "The stun servers that will be used to know the public address " + "(including ipv6) with port", {{ "stun-server", "address", "ping" }}, { { "stun.stunprotocol.org:3478", 0u }, { "stun.l.google.com:19302", 0u }, @@ -934,7 +934,7 @@ namespace UserConfigParams "Last selected track group") ); PARAM_PREFIX StringUserConfigParam m_skin_file - PARAM_DEFAULT( StringUserConfigParam("peach", "skin_file", + PARAM_DEFAULT( StringUserConfigParam("peach", "skin_name", "Name of the skin to use") ); PARAM_PREFIX IntUserConfigParam m_minimap_display