summaryrefslogtreecommitdiff
path: root/src/net/tmwa/serverfeatures.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-01 00:58:18 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-01 00:58:18 +0300
commit618eb708d5ca59039cb978099c7606760a5fca5b (patch)
treed595d90f07e078cf3022fd98a830108e2034e5da /src/net/tmwa/serverfeatures.cpp
parent873d1fdb25b495633a45915f7f1dd6643cc807c8 (diff)
downloadplus-618eb708d5ca59039cb978099c7606760a5fca5b.tar.gz
plus-618eb708d5ca59039cb978099c7606760a5fca5b.tar.bz2
plus-618eb708d5ca59039cb978099c7606760a5fca5b.tar.xz
plus-618eb708d5ca59039cb978099c7606760a5fca5b.zip
Remove ServerFeatures haveBrokenAttackDistance because it depend only on server type.
Diffstat (limited to 'src/net/tmwa/serverfeatures.cpp')
-rw-r--r--src/net/tmwa/serverfeatures.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp
index a413e2f19..8cd73884c 100644
--- a/src/net/tmwa/serverfeatures.cpp
+++ b/src/net/tmwa/serverfeatures.cpp
@@ -49,11 +49,6 @@ bool ServerFeatures::havePlayerStatusUpdate() const
return false;
}
-bool ServerFeatures::haveBrokenPlayerAttackDistance() const
-{
- return true;
-}
-
bool ServerFeatures::haveNativeGuilds() const
{
return false;