mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-23 16:41:35 +01:00
autoChunkLoad for InstanceContainer should be enabled by default
This commit is contained in:
parent
3b918a9382
commit
0442cb0067
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user