diff --git a/src/pocketmine/utils/Config.php b/src/pocketmine/utils/Config.php index 25712b72e95..7a430a76b9a 100644 --- a/src/pocketmine/utils/Config.php +++ b/src/pocketmine/utils/Config.php @@ -89,7 +89,6 @@ public function reload(){ $this->config = []; $this->nestedCache = []; $this->correct = false; - $this->load($this->file); $this->load($this->file, $this->type); }