[1.7.10] Fix crash when opening replay

Looks to be two regressions, one due to login phase inclusion and one
due to simplification of InputReplayTimer.
This commit is contained in:
Jonas Herzig
2019-06-14 13:35:53 +02:00
parent 208b9c1b60
commit 898e29d7a1
3 changed files with 12 additions and 2 deletions

View File

@@ -120,5 +120,12 @@ public abstract class MixinPlayerControllerMP {
//$$ ci.cancel();
//$$ }
//$$ }
//$$
//$$ @Inject(method = "resetBlockRemoving", at = @At("HEAD"), cancellable = true)
//$$ private void replayModReplay_skipWorldTick(CallbackInfo ci) {
//$$ if (this.mc.theWorld == null) {
//$$ ci.cancel();
//$$ }
//$$ }
//#endif
}