summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r--src/net/tmwa/serverfeatures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index e903d92dd..e19f58d86 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -56,7 +56,7 @@ bool ServerFeatures::haveChangePartyLeader() const
bool ServerFeatures::haveServerHp() const
{
- return serverVersion > 0 || tmwServerVersion >= 0x0f0513;
+ return serverVersion > 0 || tmwServerVersion > 0x0f0513;
}
bool ServerFeatures::haveLangTab() const