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 c94c093a4..b1556fbdf 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -94,7 +94,7 @@ bool ServerFeatures::haveLookSelection() const
return serverVersion >= 9;
}
-bool ServerFeatures::haveChatChannels() const
+bool ServerFeatures::haveSpecialChatChannels() const
{
return serverVersion >= 8;
}