diff options
Diffstat (limited to 'src/net/tmwa/charserverhandler.h')
-rw-r--r-- | src/net/tmwa/charserverhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h index 35a4585e3..757474c4c 100644 --- a/src/net/tmwa/charserverhandler.h +++ b/src/net/tmwa/charserverhandler.h @@ -66,6 +66,9 @@ class CharServerHandler final : public MessageHandler, bool isNeedCreatePin() const { return false; } + void setNewPincode(const std::string &pin A_UNUSED) override final + { } + protected: void readPlayerData(Net::MessageIn &msg, Net::Character *const character, |