From 194e902a7231c814a23af9e41408301f3ce413c0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Aug 2014 23:18:05 +0300 Subject: Remove additional parameters from processChat function. --- src/net/tmwa/chathandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/chathandler.cpp') diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp index 65a136570..ef89d966d 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -85,11 +85,11 @@ void ChatHandler::handleMessage(Net::MessageIn &msg) case SMSG_PLAYER_CHAT: case SMSG_GM_CHAT: - processChat(msg, msg.getId() == SMSG_PLAYER_CHAT, false); + processChat(msg); break; case SMSG_PLAYER_CHAT2: - processChat(msg, true, true); + processChat(msg); break; case SMSG_MVP: -- cgit v1.2.3-70-g09d2