small cleanup

This commit is contained in:
kremsy 2014-02-16 13:36:54 +01:00 committed by Steffen Schröder
parent 40002c0ecd
commit 97f8eef91d

View File

@ -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) {