13
0
geforkt von Mirrors/Velocity
Dieser Commit ist enthalten in:
Lechner Markus 2020-06-05 15:58:34 +02:00
Ursprung aa4a8de2fd
Commit 6368b47e78

Datei anzeigen

@ -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);
}