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 d0221d383..86ea22075 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -99,11 +99,6 @@ bool ServerFeatures::haveCharRename() const return false; } -bool ServerFeatures::haveMonsterName() const -{ - return false; -} - bool ServerFeatures::haveBankApi() const { return false; diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h index 1e91d6831..562a39c9e 100644 --- a/src/net/tmwa/serverfeatures.h +++ b/src/net/tmwa/serverfeatures.h @@ -52,8 +52,6 @@ class ServerFeatures final : public Net::ServerFeatures bool haveMonsterAttackRange() const override final; - bool haveMonsterName() const override final A_CONST; - bool haveEmailOnRegister() const override final A_CONST; bool haveEmailOnDelete() const override final A_CONST; |