diff options
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r-- | src/net/ea/chathandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index 61ae2eee7..b72c301e9 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -307,7 +307,7 @@ void ChatHandler::processBeingChat(Net::MessageIn &msg) PlayerRelation::SPEECH_LOG) && chatWindow) { chatWindow->resortChatLog(removeColors(sender_name) - + " : " + chatMsg, BY_OTHER); + .append(" : ").append(chatMsg), BY_OTHER); } if (player_relations.hasPermission(sender_name, |