Remove duplicate mapping for MINECRAFT_1_21_2 in StateRegistry
All checks were successful
SteamWarCI Build successful
All checks were successful
SteamWarCI Build successful
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user