diff options
Diffstat (limited to 'src/net/tmwa/charserverhandler.h')
-rw-r--r-- | src/net/tmwa/charserverhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h index 509d82c0c..28d73110d 100644 --- a/src/net/tmwa/charserverhandler.h +++ b/src/net/tmwa/charserverhandler.h @@ -70,7 +70,7 @@ class CharServerHandler final : public MessageHandler, void processChangeMapServer(Net::MessageIn &msg); - bool isNeedCreatePin() const + bool isNeedCreatePin() const override final { return false; } void setNewPincode(const std::string &pin A_UNUSED) override final |