Fix replay not being closed when opened via URI scheme handler (fixes #92)
This commit is contained in:
@@ -124,6 +124,8 @@ public class ReplayHandler {
|
||||
|
||||
ReplayModReplay.instance.replayHandler = null;
|
||||
|
||||
mc.displayGuiScreen(null);
|
||||
|
||||
FMLCommonHandler.instance().bus().post(new ReplayCloseEvent.Post(this));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user