#3856: Do not decode Chat (TO_CLIENT)

This commit is contained in:
Outfluencer
2025-07-07 20:50:59 +10:00
committed by md_5
parent 131125c7d2
commit a485d9f314

View File

@@ -134,6 +134,7 @@ public enum Protocol
TO_CLIENT.registerPacket(
Chat.class,
Chat::new,
RegisterType.ENCODE,
map( ProtocolConstants.MINECRAFT_1_8, 0x02 ),
map( ProtocolConstants.MINECRAFT_1_9, 0x0F ),
map( ProtocolConstants.MINECRAFT_1_13, 0x0E ),