From d4c43215b14894c4dfb3bb361fd58ccd5dc6be5a Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Fri, 19 Dec 2014 16:10:01 +0100 Subject: [PATCH] Fixed typo about async chunk generation --- src/pocketmine/resources/pocketmine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/resources/pocketmine.yml b/src/pocketmine/resources/pocketmine.yml index a14af2d26..615c77e11 100644 --- a/src/pocketmine/resources/pocketmine.yml +++ b/src/pocketmine/resources/pocketmine.yml @@ -52,7 +52,7 @@ chunk-generation: #Using this with fast generators is recommended #If enabled, the dedicated generation thread may leak memory use-async: false - #Max. amount of chunks to generate per tick, only for use-async: true + #Max. amount of chunks to generate per tick, only for use-async: false per-tick: 1 chunk-gc: