From 1e2dcd3872b4bf3bb6173688ffdfe21388517c9c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Jul 2016 21:21:43 +0300 Subject: Drop native guild support from tmwa. --- src/net/tmwa/serverfeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/serverfeatures.cpp') 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 -- cgit v1.2.3-60-g2f50