diff --git a/src/world/Level.php b/src/world/Level.php index 5812c0f2c..01eb899cf 100644 --- a/src/world/Level.php +++ b/src/world/Level.php @@ -379,7 +379,7 @@ class Level{ if(!isset($this->level)){ return false; } - return $this->level->unloadChunk($X, $Z); + return $this->level->unloadChunk($X, $Z, $this->server->saveEnabled); } public function getOrderedChunk($X, $Z, $Yndex){