diff --git a/Chunks-managment.md b/Chunks-managment.md index 47e8ef7..30bca45 100644 --- a/Chunks-managment.md +++ b/Chunks-managment.md @@ -7,4 +7,4 @@ When trying to load a chunk, the instance does multiple checks in this order: When trying to save a chunk, IChunkLoader#saveChunk is called # Default behavior -[Default chunk loader](https://github.com/Minestom/Minestom/blob/master/src/main/java/net/minestom/server/instance/MinestomBasicChunkLoader.java) is the default chunk loader used by all InstanceContainer, it does make use of the StorageLocation of the instance (WARNING: will not work if the storage location is null) \ No newline at end of file +[BasicChunkLoader](https://github.com/Minestom/Minestom/blob/master/src/main/java/net/minestom/server/instance/MinestomBasicChunkLoader.java) is the default chunk loader used by all InstanceContainer, it does make use of the StorageLocation of the instance (WARNING: will not work if the storage location is null) \ No newline at end of file