diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-01 21:34:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-01 21:34:57 +0300 |
commit | 348f7d0a0bc6142dbdcacddbca5b9003d5c25705 (patch) | |
tree | f0b6271868701497a9d85db5b3917983ea1e9523 /src/net/eathena/serverfeatures.cpp | |
parent | a12cecc9df169c16959ea3ddf3e22351e8248215 (diff) | |
download | plus-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.gz plus-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.bz2 plus-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.tar.xz plus-348f7d0a0bc6142dbdcacddbca5b9003d5c25705.zip |
Remove ServerFeatures haveTeamId because it used only in tmwa.
Diffstat (limited to 'src/net/eathena/serverfeatures.cpp')
-rw-r--r-- | src/net/eathena/serverfeatures.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/net/eathena/serverfeatures.cpp b/src/net/eathena/serverfeatures.cpp index 7ca6c3b27..5005e261e 100644 --- a/src/net/eathena/serverfeatures.cpp +++ b/src/net/eathena/serverfeatures.cpp @@ -131,11 +131,6 @@ bool ServerFeatures::haveServerWarpNames() const return serverVersion == 0; } -bool ServerFeatures::haveTeamId() const -{ - return false; -} - bool ServerFeatures::haveExtendedRiding() const { return true; |