removed useless methods

This commit is contained in:
kremsy
2014-02-15 13:04:31 +01:00
committed by Steffen Schröder
parent cf47fb1792
commit 0a787e97be
7 changed files with 9 additions and 46 deletions

View File

@ -498,7 +498,7 @@ class MapManager implements CallbackListener {
return;
}
$serverInfo = $this->maniaControl->server->getSystemInfo();
$serverInfo = $this->maniaControl->client->getSystemInfo();
$title = strtolower(substr($serverInfo->titleId, 0, 2));
$url = "http://{$title}.mania-exchange.com/tracks/download/{$mapInfo->id}";