diff --git a/application/core/Maps/MapManager.php b/application/core/Maps/MapManager.php index 61aa1ec6..743477e4 100644 --- a/application/core/Maps/MapManager.php +++ b/application/core/Maps/MapManager.php @@ -499,9 +499,6 @@ class MapManager implements CallbackListener { return; } - $serverInfo = $this->maniaControl->client->getSystemInfo(); - $title = strtolower(substr($serverInfo->titleId, 0, 2)); - //Download the file $function = function ($file, $error) use (&$login, &$mapInfo, &$mapDir, &$update) { if (!$file) {