mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-03 05:51:37 +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;
|
private IChunkLoader chunkLoader;
|
||||||
|
|
||||||
// used to automatically enable the chunk loading or not
|
// 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
|
// used to supply a new chunk object at a position when requested
|
||||||
private ChunkSupplier chunkSupplier;
|
private ChunkSupplier chunkSupplier;
|
||||||
|
Loading…
Reference in New Issue
Block a user