Skip to content

Commit

Permalink
Fix(PacketType18Handler.cs): 1.20 Packet Palette (#2715)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldkingOK committed Mar 20, 2024
1 parent f5c7a28 commit bf54def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MinecraftClient/Protocol/Handlers/PacketType18Handler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public PacketTypePalette GetTypeHandler(int protocol)
<= Protocol18Handler.MC_1_19_2_Version => new PacketPalette1192(),
<= Protocol18Handler.MC_1_19_3_Version => new PacketPalette1193(),
<= Protocol18Handler.MC_1_19_4_Version => new PacketPalette1194(),
<= Protocol18Handler.MC_1_20_Version => new PacketPalette1194(),
<= Protocol18Handler.MC_1_20_2_Version => new PacketPalette1202(),
_ => new PacketPalette1204()
};
Expand Down

0 comments on commit bf54def

Please sign in to comment.