mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix 1.13 packet palette duplicated packet type
This commit is contained in:
parent
3434d95b81
commit
2649e61a88
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ namespace MinecraftClient.Protocol.Handlers.PacketPalettes
|
|||
{ 0x0F, PacketTypesOut.PlayerMovement },
|
||||
{ 0x10, PacketTypesOut.PlayerPosition },
|
||||
{ 0x11, PacketTypesOut.PlayerPositionAndRotation },
|
||||
{ 0x12, PacketTypesOut.PlayerPosition },
|
||||
{ 0x12, PacketTypesOut.PlayerRotation },
|
||||
{ 0x13, PacketTypesOut.VehicleMove },
|
||||
{ 0x14, PacketTypesOut.SteerBoat },
|
||||
{ 0x15, PacketTypesOut.PickItem },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue