mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Removed LevelAPI::isLoaded()
Not needed, everything can be obtained with current methods
This commit is contained in:
@ -33,14 +33,6 @@ class LevelAPI{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function isLoaded($name){
|
||||
if(isset($this->levels[$name])){
|
||||
return true;
|
||||
}else{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public function getDefault(){
|
||||
return $this->levels[$this->default];
|
||||
}
|
||||
|
Reference in New Issue
Block a user