From a76108b0a8c7968e0166cc6c2bedaa091be2a4e1 Mon Sep 17 00:00:00 2001 From: Astatin3 <77305074+Astatin3@users.noreply.github.com> Date: Tue, 30 Apr 2024 22:14:51 -0600 Subject: [PATCH] I Forgor --- bot/CommandClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/CommandClient.h b/bot/CommandClient.h index ecad39d..0cdee26 100644 --- a/bot/CommandClient.h +++ b/bot/CommandClient.h @@ -17,8 +17,8 @@ protected: #if PROTOCOL_VERSION < 759 /* < 1.19 */ // virtual void Handle(ProtocolCraft::ClientboundChatPacket& msg) override; #else - virtual void Handle(ProtocolCraft::ClientboundPlayerChatPacket& msg) override; - virtual void Handle(ProtocolCraft::ClientboundSystemChatPacket& msg) override; +// virtual void Handle(ProtocolCraft::ClientboundPlayerChatPacket& msg) override; +// virtual void Handle(ProtocolCraft::ClientboundSystemChatPacket& msg) override; #endif // void ProcessChatMsg(const std::vector& splitted_msg);