mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix check
This commit is contained in:
parent
213c9ffc05
commit
62745c1565
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ namespace MinecraftClient.Protocol.Handlers
|
||||||
handler.OnTextReceived(message, true);
|
handler.OnTextReceived(message, true);
|
||||||
break;
|
break;
|
||||||
case PacketIncomingType.Respawn:
|
case PacketIncomingType.Respawn:
|
||||||
if (protocolversion < MC116Version)
|
if (protocolversion >= MC116Version)
|
||||||
{
|
{
|
||||||
// TODO handle dimensions for 1.16+, needed for terrain handling
|
// TODO handle dimensions for 1.16+, needed for terrain handling
|
||||||
dataTypes.ReadNextString(packetData);
|
dataTypes.ReadNextString(packetData);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue