diff options
Diffstat (limited to 'src/net')
-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 caa5c2785..36e6cc5cb 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -35,7 +35,7 @@ ServerFeatures::ServerFeatures() : bool ServerFeatures::haveServerOnlineList() const { - return tmwServerVersion > 0x120b0b; + return tmwServerVersion >= 0x120b0b; } bool ServerFeatures::haveServerHp() const |