small improvement

This commit is contained in:
MiGoYAm 2021-12-12 19:45:23 +01:00
parent d0d4d8a918
commit e6be30ba29

View File

@ -80,8 +80,7 @@ public enum State {
clientBound.register(PacketJoinGame::new, clientBound.register(PacketJoinGame::new,
map(0x01, V1_8, V1_8), map(0x01, V1_8, V1_8),
map(0x23, V1_9, V1_12_2), map(0x23, V1_9, V1_12_2),
map(0x25, V1_13, V1_13_2), map(0x25, V1_13, V1_14_4),
map(0x25, V1_14, V1_14_4),
map(0x26, V1_15, V1_15_2), map(0x26, V1_15, V1_15_2),
map(0x25, V1_16, V1_16_1), map(0x25, V1_16, V1_16_1),
map(0x24, V1_16_2, V1_16_4), map(0x24, V1_16_2, V1_16_4),