diff options
Diffstat (limited to 'src/net/eathena/chathandler.cpp')
-rw-r--r-- | src/net/eathena/chathandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index d8b75bfe6..53b98f6a9 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -58,9 +58,6 @@ ChatHandler::ChatHandler() : void ChatHandler::handleMessage(Net::MessageIn &msg) { - if (!localChatTab) - return; - switch (msg.getId()) { case SMSG_WHISPER_RESPONSE: |