From 689fab6bc8679f8a162a6993ed7b0df835cf705e Mon Sep 17 00:00:00 2001 From: Benau Date: Fri, 28 Sep 2018 16:04:18 +0800 Subject: [PATCH] Default lobby chat on --- src/config/user_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/user_config.hpp b/src/config/user_config.hpp index 4e4fa1aad..879a21739 100644 --- a/src/config/user_config.hpp +++ b/src/config/user_config.hpp @@ -762,7 +762,7 @@ namespace UserConfigParams &m_network_group, "Use random port for server connection " "(check stk_config.xml for default value)")); PARAM_PREFIX BoolUserConfigParam m_lobby_chat - PARAM_DEFAULT(BoolUserConfigParam(false, "lobby-chat", + PARAM_DEFAULT(BoolUserConfigParam(true, "lobby-chat", &m_network_group, "Enable chatting in networking lobby, if off than " "no chat message will be displayed from any players.")); PARAM_PREFIX IntUserConfigParam m_max_players