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