[1.14] Fix camera entity after restarting replay (same as 1eafc3f)

This commit is contained in:
Jonas Herzig
2019-06-20 17:36:05 +02:00
parent 70acd79431
commit b7136e6d70

View File

@@ -168,7 +168,11 @@ public class ReplayHandler {
//#else //#else
//$$ mc.setIngameNotInFocus(); //$$ mc.setIngameNotInFocus();
//#endif //#endif
mc.joinWorld(null); //#if MC>=11400
mc.disconnect();
//#else
//$$ mc.loadWorld(null);
//#endif
}); });
restrictions = new Restrictions(); restrictions = new Restrictions();