From 5551e409419180097dd37b9a6919495a6b1be95c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 5 Mar 2016 19:51:39 +0300 Subject: Disable server features incomplete chat messages for tmwa server version more than 0x100209. --- src/net/tmwa/serverfeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 802427315..8337aa03e 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -76,7 +76,7 @@ bool ServerFeatures::haveNativeGuilds() const bool ServerFeatures::haveIncompleteChatMessages() const { - return tmwServerVersion > 0; + return tmwServerVersion > 0 && tmwServerVersion <= 0x100209; } bool ServerFeatures::haveRaceSelection() const -- cgit v1.2.3-60-g2f50