Closed oldkingOK closed 8 months ago
Fix #2704
The commit Implemented 1.20.3 edited PacketType18Handler.cs
PacketType18Handler.cs
- < Protocol18Handler.MC_1_20_2_Version => new PacketPalette1194(), - _ => new PacketPalette1202() + <= Protocol18Handler.MC_1_19_4_Version => new PacketPalette1194(), + <= Protocol18Handler.MC_1_20_2_Version => new PacketPalette1202(), + _ => new PacketPalette1204()
crashes the MCC at Protocol 763 (Protocol18Handler.MC_1_20_Version, 1.20 and 1.20.1) which works fine with PacketPalette1194 instead of 1202.
Thanks!
Fix #2704
The commit Implemented 1.20.3 edited
PacketType18Handler.cs
crashes the MCC at Protocol 763 (Protocol18Handler.MC_1_20_Version, 1.20 and 1.20.1) which works fine with PacketPalette1194 instead of 1202.