diff options
Diffstat (limited to 'src/net/manaserv/chathandler.h')
-rw-r--r-- | src/net/manaserv/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/manaserv/chathandler.h b/src/net/manaserv/chathandler.h index c4dc6861..f17883ae 100644 --- a/src/net/manaserv/chathandler.h +++ b/src/net/manaserv/chathandler.h @@ -72,6 +72,8 @@ class ChatHandler final : public MessageHandler, public Net::ChatHandler bool whoSupported() const override { return true; } + void requestOnlineList() override {} + private: /** * Handle chat messages sent from the game server. |