Fix check

This commit is contained in:
ORelio 2020-06-29 22:33:36 +02:00
parent 213c9ffc05
commit 62745c1565

View file

@ -280,7 +280,7 @@ namespace MinecraftClient.Protocol.Handlers
handler.OnTextReceived(message, true);
break;
case PacketIncomingType.Respawn:
if (protocolversion < MC116Version)
if (protocolversion >= MC116Version)
{
// TODO handle dimensions for 1.16+, needed for terrain handling
dataTypes.ReadNextString(packetData);