When restarting the Replay, Speed setting is now being kept

This commit is contained in:
CrushedPixel
2015-05-06 18:27:21 +02:00
parent 8e3ded4f5e
commit c95e66efbc
2 changed files with 5 additions and 4 deletions

View File

@@ -308,7 +308,7 @@ public class ReplayHandler {
channel.pipeline().fireChannelActive();
try {
ReplayMod.overlay.resetUI();
ReplayMod.overlay.resetUI(true);
} catch(Exception e) {}
//Load lighting and trigger update
@@ -337,7 +337,7 @@ public class ReplayHandler {
@Override
public void run() {
try {
ReplayMod.overlay.resetUI();
ReplayMod.overlay.resetUI(false);
} catch(Exception e) {
e.printStackTrace();
}