Fix players staying invisible even though replay has ended

This commit is contained in:
johni0702
2015-08-16 21:04:42 +02:00
parent f2752f2790
commit 8e76d5677e

View File

@@ -495,6 +495,8 @@ public class ReplayHandler {
resetKeyframes(true);
PlayerHandler.resetHiddenPlayers();
inReplay = false;
FMLCommonHandler.instance().bus().post(new ReplayExitEvent());