autoChunkLoad for InstanceContainer should be enabled by default

This commit is contained in:
themode 2021-03-07 16:09:28 +01:00
parent 3b918a9382
commit 0442cb0067

View File

@ -68,7 +68,7 @@ public class InstanceContainer extends Instance {
private IChunkLoader chunkLoader;
// used to automatically enable the chunk loading or not
private boolean autoChunkLoad;
private boolean autoChunkLoad = true;
// used to supply a new chunk object at a position when requested
private ChunkSupplier chunkSupplier;