diff --git a/src/pocketmine/Server.php b/src/pocketmine/Server.php index e12ebdc229..d042f4b1f9 100644 --- a/src/pocketmine/Server.php +++ b/src/pocketmine/Server.php @@ -457,13 +457,6 @@ class Server{ return $this->getConfigBool("hardcore", false); } - /** - * @return int - */ - public function getDefaultGamemode() : int{ - return $this->getConfigInt("gamemode", 0) & 0b11; - } - /** * @return string */