mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Updated Player Position packet (removed a line that would crash on older versions)
This commit is contained in:
parent
5d4ea515a7
commit
046cb15c75
1 changed files with 0 additions and 3 deletions
|
|
@ -957,9 +957,6 @@ namespace MinecraftClient.Protocol.Handlers
|
||||||
|
|
||||||
if (protocolVersion >= MC_1_17_Version && protocolVersion < MC_1_19_4_Version)
|
if (protocolVersion >= MC_1_17_Version && protocolVersion < MC_1_19_4_Version)
|
||||||
dataTypes.ReadNextBool(packetData); // Dismount Vehicle - 1.17 and abo
|
dataTypes.ReadNextBool(packetData); // Dismount Vehicle - 1.17 and abo
|
||||||
|
|
||||||
if(protocolVersion < MC_1_19_4_Version)
|
|
||||||
dataTypes.ReadNextVarInt(packetData);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case PacketTypesIn.ChunkData:
|
case PacketTypesIn.ChunkData:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue