Reset timer speed when exiting replay

This commit is contained in:
johni0702
2015-11-14 15:33:54 +01:00
parent 563b3a3873
commit 5e5172fd3f

View File

@@ -116,6 +116,7 @@ public class ReplayHandler {
mc.loadWorld(null);
}
mc.timer.timerSpeed = 1;
overlay.setVisible(false);
// These might have been hidden by the overlay, so we have to make sure they're visible again