Merge remote-tracking branch 'origin/release/3.3'

This commit is contained in:
Dylan K. Taylor
2018-09-12 10:39:49 +01:00
3 changed files with 41 additions and 54 deletions

View File

@@ -559,10 +559,11 @@ class Server{
}
/**
* @deprecated
* @return bool
*/
public function getAllowFlight() : bool{
return $this->getConfigBool("allow-flight", false);
return true;
}
/**
@@ -1493,7 +1494,6 @@ class Server{
"announce-player-achievements" => true,
"spawn-protection" => 16,
"max-players" => 20,
"allow-flight" => false,
"spawn-animals" => true,
"spawn-mobs" => true,
"gamemode" => 0,