diff options
-rw-r--r-- | src/net/tmwa/serverfeatures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index 061961eca..479d0fee8 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -111,7 +111,7 @@ bool ServerFeatures::haveServerIgnore() const bool ServerFeatures::haveMove3() const { - return serverVersion >= 10 || tmwServerVersion >= 0x0f0518; + return serverVersion >= 10 || tmwServerVersion >= 0x0f0512; } bool ServerFeatures::haveItemColors() const |