From 7da1fab7ee72517bf2359a184d544734e92be6a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 May 2015 22:31:47 +0300 Subject: From ChatTab::chatLog removed default parameter for message owner type. --- src/net/tmwa/chathandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/chathandler.cpp') diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp index 98f6b2c18..ab8036c8c 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -591,7 +591,7 @@ void ChatHandler::processWhisperContinue(const std::string &nick, const size_t pos = chatMsg.find(": ", 0); if (pos == std::string::npos) { - gmChatTab->chatLog(chatMsg); + gmChatTab->chatLog(chatMsg, ChatMsgType::BY_SERVER); } else { -- cgit v1.2.3-70-g09d2