Skip to content

Commit

Permalink
fix falsely removed packet mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfluencer committed Aug 22, 2024
1 parent 3d66524 commit 7340797
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ public enum Protocol
map( ProtocolConstants.MINECRAFT_1_19_4, 0x5F ),
map( ProtocolConstants.MINECRAFT_1_20_2, 0x61 ),
map( ProtocolConstants.MINECRAFT_1_20_3, 0x63 ),
map( ProtocolConstants.MINECRAFT_1_20_5, 0x65 ),
map( ProtocolConstants.MINECRAFT_1_21_2, 0x68 )
);
TO_CLIENT.registerPacket(
Expand Down

0 comments on commit 7340797

Please sign in to comment.