mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Fix init compound update world
This commit is contained in:
@@ -287,7 +287,7 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
|
||||
}
|
||||
|
||||
public synchronized void initialize(World world) {
|
||||
if(!(world instanceof FakeWorld) && fake.get())
|
||||
if(!(world instanceof FakeWorld) && fake.get() && this.compound != null)
|
||||
{
|
||||
fake.set(false);
|
||||
this.compound.updateWorld(world);
|
||||
|
||||
Reference in New Issue
Block a user