Remove some deprecated methods

This commit is contained in:
Dylan K. Taylor
2018-10-20 15:29:43 +01:00
parent e035be8498
commit 605e7e08ed
3 changed files with 0 additions and 30 deletions

View File

@@ -556,14 +556,6 @@ class Server{
return $this->getConfigInt("spawn-protection", 16);
}
/**
* @deprecated
* @return bool
*/
public function getAllowFlight() : bool{
return true;
}
/**
* @return bool
*/