summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-24 21:21:43 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-24 21:21:43 +0300
commit1e2dcd3872b4bf3bb6173688ffdfe21388517c9c (patch)
treedaf3c9f2ad85e7b88d539d8d9eab6cb5573065c8 /src/net/tmwa/serverfeatures.cpp
parent3cdb0d5516f5234dcebb118a26e405074de701f8 (diff)
downloadplus-1e2dcd3872b4bf3bb6173688ffdfe21388517c9c.tar.gz
plus-1e2dcd3872b4bf3bb6173688ffdfe21388517c9c.tar.bz2
plus-1e2dcd3872b4bf3bb6173688ffdfe21388517c9c.tar.xz
plus-1e2dcd3872b4bf3bb6173688ffdfe21388517c9c.zip
Drop native guild support from tmwa.
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 a83a6362a..d1415be72 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -70,7 +70,7 @@ bool ServerFeatures::haveBrokenPlayerAttackDistance() const
bool ServerFeatures::haveNativeGuilds() const
{
- return tmwServerVersion <= 0;
+ return false;
}
bool ServerFeatures::haveIncompleteChatMessages() const