diff --git a/src/API/LevelAPI.php b/src/API/LevelAPI.php index 9539ffa77d..9301747d1e 100644 --- a/src/API/LevelAPI.php +++ b/src/API/LevelAPI.php @@ -102,7 +102,7 @@ class LevelAPI{ public function loadLevel($name){ if($this->get($name) !== false){ - return false; + return true; } $path = DATA_PATH."worlds/".$name."/"; if(!file_exists($path."level.pmf")){