fix brandName's packet ids

This commit is contained in:
MiGoYAm 2021-12-12 19:29:09 +01:00
parent 7e467615ee
commit 6ed28c18e1

View File

@ -91,7 +91,10 @@ public enum State {
clientBound.register(PacketPluginMessage::new, clientBound.register(PacketPluginMessage::new,
map(0x19, V1_13, V1_13_2), map(0x19, V1_13, V1_13_2),
map(0x18, V1_14, V1_14_4), map(0x18, V1_14, V1_14_4),
map(0x19, V1_15, V1_18) map(0x19, V1_15,V1_15_2),
map(0x18, V1_16, V1_16_1),
map(0x17, V1_16_2, V1_16_4),
map(0x18, V1_17, V1_18)
); );
clientBound.register(PacketPlayerAbilities::new, clientBound.register(PacketPlayerAbilities::new,
map(0x39, V1_8, V1_8), map(0x39, V1_8, V1_8),