diff options
Diffstat (limited to 'src/net/tmwa/chathandler.cpp')
-rw-r--r-- | src/net/tmwa/chathandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp index 833e8d4b7..164b0ddc3 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -62,9 +62,6 @@ ChatHandler::ChatHandler() : void ChatHandler::handleMessage(Net::MessageIn &msg) { - if (!localChatTab) - return; - BLOCK_START("ChatHandler::handleMessage") switch (msg.getId()) { |