From 361ba73978b3c428107ea9f94c2df2fc6f0b6ff8 Mon Sep 17 00:00:00 2001 From: johni0702 Date: Sat, 23 May 2015 14:35:05 +0200 Subject: [PATCH] Pause after synchronous jumping --- .../java/eu/crushedpixel/replaymod/events/GuiReplayOverlay.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/eu/crushedpixel/replaymod/events/GuiReplayOverlay.java b/src/main/java/eu/crushedpixel/replaymod/events/GuiReplayOverlay.java index 58d9d4a8..99cbc537 100755 --- a/src/main/java/eu/crushedpixel/replaymod/events/GuiReplayOverlay.java +++ b/src/main/java/eu/crushedpixel/replaymod/events/GuiReplayOverlay.java @@ -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 {