diff --git a/src/pocketmine/utils/Config.php b/src/pocketmine/utils/Config.php index c8609afdc..ec3185631 100644 --- a/src/pocketmine/utils/Config.php +++ b/src/pocketmine/utils/Config.php @@ -144,7 +144,6 @@ class Config{ $content = file_get_contents($this->file); switch($this->type){ case Config::PROPERTIES: - case Config::CNF: $this->parseProperties($content); break; case Config::JSON: @@ -197,7 +196,6 @@ class Config{ $content = null; switch($this->type){ case Config::PROPERTIES: - case Config::CNF: $content = $this->writeProperties(); break; case Config::JSON: