diff --git a/src/world/Level.php b/src/world/Level.php index 1549f5c48..3ef0c7dc4 100644 --- a/src/world/Level.php +++ b/src/world/Level.php @@ -54,7 +54,6 @@ class Level{ } } $this->generator->init($this, new Random($this->level->levelData["seed"])); - $this->loadChunk(8, 8); } public function close(){