Pause after synchronous jumping

This commit is contained in:
johni0702
2015-05-23 14:35:05 +02:00
parent 113c066b1e
commit 361ba73978

View File

@@ -246,6 +246,7 @@ public class GuiReplayOverlay extends Gui {
// Send the packets
ReplayMod.replaySender.sendPacketsTill((int) time);
ReplayMod.replaySender.setAsyncMode(true);
ReplayMod.replaySender.setReplaySpeed(0);
// Tick twice to process all packets and position interpolation
try {