Fix notice screen back buttons not being hooked up

This commit is contained in:
Jonas Herzig
2019-06-14 16:54:42 +02:00
parent a840cadfb7
commit d15fa6a3f9
4 changed files with 4 additions and 4 deletions

View File

@@ -216,7 +216,7 @@ public class GuiRenderQueue extends AbstractGuiPopup<GuiRenderQueue> {
LOGGER.error("Rendering video:", e);
NoticeScreen errorScreen = new NoticeScreen(
//#if MC>=11400
() -> {},
container::display,
new TranslatableComponent("replaymod.gui.rendering.error.title"),
new TranslatableComponent("replaymod.gui.rendering.error.message")
//#else