diff --git a/src/pocketmine/utils/Config.php b/src/pocketmine/utils/Config.php index 30ab3dadd..de8b65eb9 100644 --- a/src/pocketmine/utils/Config.php +++ b/src/pocketmine/utils/Config.php @@ -143,7 +143,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: @@ -194,7 +193,6 @@ class Config{ $content = null; switch($this->type){ case Config::PROPERTIES: - case Config::CNF: $content = $this->writeProperties(); break; case Config::JSON: