diff options
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r-- | src/account-server/accounthandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp index b0ac4d57..3590dbeb 100644 --- a/src/account-server/accounthandler.cpp +++ b/src/account-server/accounthandler.cpp @@ -881,8 +881,8 @@ void AccountHandler::handleCharacterSelectMessage(AccountClient &client, reply.writeInt16(port); // Give address and port for the chat server - reply.writeString(Configuration::getValue("net_chatHost", - "localhost")); + reply.writeString(Configuration::getValue("net_publicChatHost", + Configuration::getValue("net_chatHost", "localhost"))); // When the chatListenToClientPort is set, we use it. // Otherwise, we use the accountListenToClientPort + 2 if the option is set. |