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 {