From cf2a41b8a691e3ecfeef8289cb0a21989ceac882 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Jun 2015 18:18:03 +0300 Subject: Remove from tmwa namespace checks for haveItemColors. --- src/net/tmwa/serverfeatures.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/net/tmwa/serverfeatures.cpp') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 25d024e04..928740281 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -61,12 +61,12 @@ bool ServerFeatures::haveServerHp() const bool ServerFeatures::havePlayerStatusUpdate() const { - return serverVersion >= 4; + return false; } bool ServerFeatures::haveBrokenPlayerAttackDistance() const { - return serverVersion < 1; + return true; } bool ServerFeatures::haveNativeGuilds() const @@ -81,12 +81,12 @@ bool ServerFeatures::haveIncompleteChatMessages() const bool ServerFeatures::haveRaceSelection() const { - return serverVersion >= 2; + return false; } bool ServerFeatures::haveLookSelection() const { - return serverVersion >= 9; + return false; } bool ServerFeatures::haveChatChannels() const @@ -101,12 +101,12 @@ bool ServerFeatures::haveServerIgnore() const bool ServerFeatures::haveMove3() const { - return serverVersion >= 10 || tmwServerVersion >= 0x0f0512; + return tmwServerVersion >= 0x0f0512; } bool ServerFeatures::haveItemColors() const { - return serverVersion >= 1; + return false; } bool ServerFeatures::haveOtherGender() const -- cgit v1.2.3-60-g2f50