Fix replay not being closed when opened via URI scheme handler (fixes #92)

This commit is contained in:
Jonas Herzig
2017-08-25 15:13:27 +02:00
parent 767ea292a7
commit 00e999ffd2
2 changed files with 5 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ public class ReplayHandler {
ReplayModReplay.instance.replayHandler = null;
mc.displayGuiScreen(null);
FMLCommonHandler.instance().bus().post(new ReplayCloseEvent.Post(this));
}