From 58fc2b0fa48047cf39f3c801c29bfd5fc0cce417 Mon Sep 17 00:00:00 2001 From: TheMode Date: Sun, 27 Sep 2020 20:59:08 +0200 Subject: [PATCH] Updated Chunks managment (markdown) --- Chunks-managment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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