diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-03 12:22:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-03 12:22:27 +0300 |
commit | a7f5cb51379d7e2062c4732cd00bf975319987d3 (patch) | |
tree | f38d4a772612cf7d7cc33a478a96e9dd911efeb1 /src/net/ea/chathandler.h | |
parent | bd7821e9648186abf1fa06c6ded9e61755b1d369 (diff) | |
download | plus-a7f5cb51379d7e2062c4732cd00bf975319987d3.tar.gz plus-a7f5cb51379d7e2062c4732cd00bf975319987d3.tar.bz2 plus-a7f5cb51379d7e2062c4732cd00bf975319987d3.tar.xz plus-a7f5cb51379d7e2062c4732cd00bf975319987d3.zip |
fix motd message show/hide on "new" tmw server.
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index 3f0e054a5..5ceccc0c2 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -49,7 +49,7 @@ class ChatHandler : public Net::ChatHandler const bool channels) const; virtual void processChat(Net::MessageIn &msg, const bool normalChat, - const bool channels) const; + const bool channels); virtual void processMVP(Net::MessageIn &msg) const; @@ -60,6 +60,7 @@ class ChatHandler : public Net::ChatHandler WhisperQueue mSentWhispers; bool mShowAllLang; bool mShowMotd; + bool mSkipping; }; } // namespace Ea |