Fix accidental mapping change for PacketTitleLegacy

This commit is contained in:
BoomEaro 2022-06-26 17:53:49 +03:00
parent 1da0c8bc2c
commit f8299d4e17

View File

@ -185,7 +185,7 @@ public enum State {
map(0x4B, V1_13, V1_13_2),
map(0x4F, V1_14, V1_14_4),
map(0x50, V1_15, V1_15_2),
map(0x4F, V1_16, V1_19)
map(0x4F, V1_16, V1_16_4)
);
clientBound.register(PacketTitleSetTitle::new,
map(0x59, V1_17, V1_17_1),