another try at fixing level emitters

This commit is contained in:
Salomão
2021-03-30 21:57:53 -03:00
parent 59d7bd6c16
commit 053485a95a
2 changed files with 62 additions and 31 deletions
+1
View File
@@ -144,6 +144,7 @@ public class TickManagerCache implements ITickManager
tickTracker.getValue().getGridTickable().tickingRequest( tickTracker.getKey(), 1 );
ltIterator.remove();
}
PartLevelEmitter.wipeCaches();
}
catch( final Throwable t )
{