Fix double chat packet register

This commit is contained in:
KennyTV 2020-10-20 12:55:53 +02:00
parent 9a09e53572
commit e945db8cb6
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -41,7 +41,6 @@ public class Protocol1_16_1To1_16_2 extends BackwardsProtocol<ClientboundPackets
translatableRewriter.registerDisconnect(ClientboundPackets1_16_2.DISCONNECT);
translatableRewriter.registerTabList(ClientboundPackets1_16_2.TAB_LIST);
translatableRewriter.registerTitle(ClientboundPackets1_16_2.TITLE);
translatableRewriter.registerChatMessage(ClientboundPackets1_16_2.CHAT_MESSAGE);
translatableRewriter.registerOpenWindow(ClientboundPackets1_16_2.OPEN_WINDOW);
translatableRewriter.registerPing();