Update to 1.16-pre6

This commit is contained in:
Jonas Herzig
2020-06-15 21:12:06 +02:00
parent 30aa992ddb
commit 82200a7c34
4 changed files with 10 additions and 5 deletions

View File

@@ -593,6 +593,9 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
p = new GameJoinS2CPacket(
entId,
GameMode.SPECTATOR,
//#if MC>=11600
//$$ GameMode.SPECTATOR,
//#endif
//#if MC>=11500
packet.getSeed(),
//#endif
@@ -666,6 +669,7 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
//#endif
//#if MC>=11600
//$$ GameMode.SPECTATOR,
//$$ GameMode.SPECTATOR,
//$$ respawn.isDebugWorld(),
//$$ respawn.isFlatWorld(),
//$$ respawn.isWritingErrorSkippable()

View File

@@ -199,6 +199,7 @@ public class QuickReplaySender extends ChannelHandlerAdapter implements ReplaySe
//$$ World.OVERWORLD,
//$$ 0,
//$$ GameMode.SPECTATOR,
//$$ GameMode.SPECTATOR,
//$$ false,
//$$ false,
//$$ false