summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/tmwa/chathandler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp
index 6ab94b792..c372e4305 100644
--- a/src/net/tmwa/chathandler.cpp
+++ b/src/net/tmwa/chathandler.cpp
@@ -103,6 +103,9 @@ void ChatHandler::channelMessage(const std::string &restrict channel,
void ChatHandler::who() const
{
+ if (tmwServerVersion >= 0x0e0b0b)
+ return;
+
createOutPacket(CMSG_WHO_REQUEST);
}