diff options
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/serverfeatures.cpp | 5 | ||||
-rw-r--r-- | src/net/tmwa/serverfeatures.h | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index ba0d5f438..b1a9c3feb 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -109,11 +109,6 @@ bool ServerFeatures::haveJoinChannel() const return false; } -bool ServerFeatures::haveNpcWhispers() const -{ - return false; -} - bool ServerFeatures::haveCreateCharGender() const { return tmwServerVersion > 0x0f0b17; diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h index 727a55a5c..0fef3ce70 100644 --- a/src/net/tmwa/serverfeatures.h +++ b/src/net/tmwa/serverfeatures.h @@ -64,8 +64,6 @@ class ServerFeatures final : public Net::ServerFeatures bool haveJoinChannel() const override final A_CONST; - bool haveNpcWhispers() const override final A_CONST; - bool haveCreateCharGender() const override final; bool haveAttackDirections() const override final A_CONST; |