From 19b82b4dad9b66418a4e7d0ed0ba23d0cab17216 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 16 Dec 2017 02:19:08 +0300 Subject: Remove default parameters from Being::setSpeech. --- src/net/eathena/chatrecv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/chatrecv.cpp') diff --git a/src/net/eathena/chatrecv.cpp b/src/net/eathena/chatrecv.cpp index 2748d76d7..60033bf55 100644 --- a/src/net/eathena/chatrecv.cpp +++ b/src/net/eathena/chatrecv.cpp @@ -262,7 +262,7 @@ void ChatRecv::processChatContinue(std::string chatMsg, if (localPlayer != nullptr) { if (((chatWindow != nullptr) || Ea::ChatRecv::mShowMotd) && allow) - localPlayer->setSpeech(chatMsg, GENERAL_CHANNEL); + localPlayer->setSpeech(chatMsg); } BLOCK_END("ChatRecv::processChat") } @@ -563,7 +563,7 @@ void ChatRecv::processBeingChat(Net::MessageIn &msg) playerRelations.hasPermission(sender_name, PlayerRelation::SPEECH_FLOAT)) { - being->setSpeech(chatMsg, GENERAL_CHANNEL); + being->setSpeech(chatMsg); } BLOCK_END("ChatRecv::processBeingChat") } -- cgit v1.2.3-60-g2f50