better level emitting

This commit is contained in:
PrototypeTrousers
2021-03-31 11:57:46 -03:00
committed by Salomão
parent 40ec517480
commit c3b1dea7c5
2 changed files with 68 additions and 44 deletions
+1 -1
View File
@@ -130,7 +130,6 @@ public class TickManagerCache implements ITickManager
this.addToQueue( tt );
}
}
PartLevelEmitter.wipeCaches();
}
catch( final Throwable t )
{
@@ -139,6 +138,7 @@ public class TickManagerCache implements ITickManager
tt.addEntityCrashInfo( crashreportcategory );
throw new ReportedException( crashreport );
}
PartLevelEmitter.wipeCache();
}
private void addToQueue( final TickTracker tt )