summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-24 20:20:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-24 20:20:20 +0300
commit8d9174b86d85474f3ebd6314232864c8d0c575ce (patch)
tree8f88622653bc0f36dcd9d5b32616d722a80f0ba1 /src/net/tmwa
parent008209179885ab96ad37252d2b4201eff0aca437 (diff)
downloadplus-8d9174b86d85474f3ebd6314232864c8d0c575ce.tar.gz
plus-8d9174b86d85474f3ebd6314232864c8d0c575ce.tar.bz2
plus-8d9174b86d85474f3ebd6314232864c8d0c575ce.tar.xz
plus-8d9174b86d85474f3ebd6314232864c8d0c575ce.zip
add option to show motd message.
Disabled by default.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/chathandler.cpp3
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())
{