diff options
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/playerhandler.cpp | 4 | ||||
-rw-r--r-- | src/net/tmwa/playerhandler.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp index 44fe8836c..80d47b4ad 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -251,6 +251,10 @@ void PlayerHandler::changeCart(const int type A_UNUSED) const { } +void PlayerHandler::setMemo() const +{ +} + void PlayerHandler::processOnlineList(Net::MessageIn &msg) { if (!whoIsOnline) diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index 46e455b50..dbda29c57 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -69,6 +69,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler void changeCart(const int type) const override final; + void setMemo() const override final; + protected: void processPlayerStatUpdate5(Net::MessageIn &msg); |