Skip to content

Commit

Permalink
#3655: Fix 1.20.5-pre1 view distance packet ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Crunkle authored Apr 16, 2024
1 parent 3384185 commit 1fca510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public enum Protocol
map( ProtocolConstants.MINECRAFT_1_19_4, 0x4F ),
map( ProtocolConstants.MINECRAFT_1_20_2, 0x51 ),
map( ProtocolConstants.MINECRAFT_1_20_3, 0x53 ),
map( ProtocolConstants.MINECRAFT_1_20_5, 0x62 )
map( ProtocolConstants.MINECRAFT_1_20_5, 0x55 )
);
TO_CLIENT.registerPacket(
ServerData.class,
Expand Down

0 comments on commit 1fca510

Please sign in to comment.