This commit is contained in:
Lechner Markus
2020-06-05 15:58:34 +02:00
parent aa4a8de2fd
commit 6368b47e78

View File

@@ -113,7 +113,7 @@ public class Respawn implements MinecraftPacket {
boolean isDebug = buf.readBoolean();
boolean isFlat = buf.readBoolean();
this.dimensionInfo = new DimensionInfo(dimensionIdentifier, levelName, isFlat, isDebug);
shouldKeepPlayerData = buf.readBoolean();
this.shouldKeepPlayerData = buf.readBoolean();
} else {
this.levelType = ProtocolUtils.readString(buf, 16);
}