Skip mod compat warning screen when in render queue (fixes #653)

This commit is contained in:
Jonas Herzig
2022-03-02 16:44:31 +01:00
parent 7615499cef
commit a8d05a2bca

View File

@@ -218,7 +218,7 @@ public class GuiRenderQueue extends AbstractGuiPopup<GuiRenderQueue> implements
ReplayFile replayFile = null;
try {
replayFile = mod.getCore().files.open(next.getKey().toPath());
replayHandler = mod.startReplay(replayFile, true, false);
replayHandler = mod.startReplay(replayFile, false, false);
} catch (IOException e) {
Utils.error(LOGGER, container, CrashReport.create(e, "Opening replay"), () -> {});
container.display(); // Re-show the queue popup and the new error popup