Skip mod compat warning screen when in render queue (fixes #653)
This commit is contained in:
@@ -218,7 +218,7 @@ public class GuiRenderQueue extends AbstractGuiPopup<GuiRenderQueue> implements
|
|||||||
ReplayFile replayFile = null;
|
ReplayFile replayFile = null;
|
||||||
try {
|
try {
|
||||||
replayFile = mod.getCore().files.open(next.getKey().toPath());
|
replayFile = mod.getCore().files.open(next.getKey().toPath());
|
||||||
replayHandler = mod.startReplay(replayFile, true, false);
|
replayHandler = mod.startReplay(replayFile, false, false);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Utils.error(LOGGER, container, CrashReport.create(e, "Opening replay"), () -> {});
|
Utils.error(LOGGER, container, CrashReport.create(e, "Opening replay"), () -> {});
|
||||||
container.display(); // Re-show the queue popup and the new error popup
|
container.display(); // Re-show the queue popup and the new error popup
|
||||||
|
|||||||
Reference in New Issue
Block a user