From ad216a00abba43c797de012eed01c0407f96f65d Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Fri, 31 Dec 2021 13:45:07 +0100 Subject: Handle name item packet --- src/Protocol/Protocol_1_13.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Protocol/Protocol_1_13.h') diff --git a/src/Protocol/Protocol_1_13.h b/src/Protocol/Protocol_1_13.h index ca2b49f4c..88d21c1db 100644 --- a/src/Protocol/Protocol_1_13.h +++ b/src/Protocol/Protocol_1_13.h @@ -57,6 +57,7 @@ protected: virtual Version GetProtocolVersion() const override; virtual bool HandlePacket(cByteBuffer & a_ByteBuffer, UInt32 a_PacketType) override; + virtual void HandlePacketNameItem(cByteBuffer & a_ByteBuffer); virtual void HandlePacketPluginMessage(cByteBuffer & a_ByteBuffer) override; virtual void HandlePacketSetBeaconEffect(cByteBuffer & a_ByteBuffer); virtual void HandleVanillaPluginMessage(cByteBuffer & a_ByteBuffer, std::string_view a_Channel) override; -- cgit v1.2.3