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 912293b8f..4e33ccce1 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -34,7 +34,7 @@ ServerFeatures::ServerFeatures()
serverFeatures = this;
}
-bool ServerFeatures::haveOnlineList() const
+bool ServerFeatures::haveServerOnlineList() const
{
return serverVersion >= 3;
}