Update to 1.16-pre6
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -199,6 +199,7 @@ public class QuickReplaySender extends ChannelHandlerAdapter implements ReplaySe
|
||||
//$$ World.OVERWORLD,
|
||||
//$$ 0,
|
||||
//$$ GameMode.SPECTATOR,
|
||||
//$$ GameMode.SPECTATOR,
|
||||
//$$ false,
|
||||
//$$ false,
|
||||
//$$ false
|
||||
|
||||
Reference in New Issue
Block a user