diff --git a/application/core/Maps/MapManager.php b/application/core/Maps/MapManager.php index d54e7b8c..d9906441 100644 --- a/application/core/Maps/MapManager.php +++ b/application/core/Maps/MapManager.php @@ -373,7 +373,7 @@ class MapManager implements CallbackListener { * * @return Map */ - public function fetchCurrentMap() { + private function fetchCurrentMap() { $rpcMap = $this->maniaControl->client->getCurrentMapInfo(); if (array_key_exists($rpcMap->uId, $this->maps)) {