Remove duplicate mapping for MINECRAFT_1_21_2 in StateRegistry
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-11-09 01:51:08 +01:00
parent 468127996c
commit babb22bf88

View File

@@ -804,7 +804,6 @@ public enum StateRegistry {
map(0x7B, MINECRAFT_1_21, false), map(0x7B, MINECRAFT_1_21, false),
map(0x82, MINECRAFT_1_21_2, false), map(0x82, MINECRAFT_1_21_2, false),
map(0x87, MINECRAFT_1_21_9, false)); map(0x87, MINECRAFT_1_21_9, false));
map(0x82, MINECRAFT_1_21_2, false));
clientbound.register(UpdateTeamsPacket.class, UpdateTeamsPacket::new, clientbound.register(UpdateTeamsPacket.class, UpdateTeamsPacket::new,
map(0x41, ProtocolVersion.MINECRAFT_1_9, true), map(0x41, ProtocolVersion.MINECRAFT_1_9, true),
map(0x43, ProtocolVersion.MINECRAFT_1_12, true), map(0x43, ProtocolVersion.MINECRAFT_1_12, true),