summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-29 22:35:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-30 16:37:01 +0300
commitc0d2d172cf6397329b0474e8521af666edc6f774 (patch)
treea7f8bfda6fa4ac0ce020e8b66c1d819d83d27ece /src/net/eathena/chathandler.cpp
parent03763e4b290b80bc5606568b168f8605d7aa1631 (diff)
downloadplus-c0d2d172cf6397329b0474e8521af666edc6f774.tar.gz
plus-c0d2d172cf6397329b0474e8521af666edc6f774.tar.bz2
plus-c0d2d172cf6397329b0474e8521af666edc6f774.tar.xz
plus-c0d2d172cf6397329b0474e8521af666edc6f774.zip
Remove additional parameters from processBeingChat function.
Diffstat (limited to 'src/net/eathena/chathandler.cpp')
-rw-r--r--src/net/eathena/chathandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp
index daa3891e8..cc1a5907e 100644
--- a/src/net/eathena/chathandler.cpp
+++ b/src/net/eathena/chathandler.cpp
@@ -70,7 +70,7 @@ void ChatHandler::handleMessage(Net::MessageIn &msg)
// Received speech from being
case SMSG_BEING_CHAT:
- processBeingChat(msg, false);
+ processBeingChat(msg);
break;
case SMSG_PLAYER_CHAT: