Merge remote-tracking branch 'origin/master'

This commit is contained in:
Daniel Mills
2021-07-21 10:39:44 -04:00
8 changed files with 123 additions and 56 deletions

View File

@@ -134,7 +134,7 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
}
public void tick() {
if (isClosed()) {
if (getComposite() == null || isClosed()) {
return;
}