donated Planets statistic

This commit is contained in:
kremsy
2014-01-02 17:31:58 +01:00
parent 40219b7367
commit 4412ff73c1
3 changed files with 87 additions and 93 deletions

View File

@ -87,7 +87,7 @@ class Map {
// TODO: define timeout if mx is down,todo fetch all map infos at once (maybe way faster)
$serverInfo = $this->maniaControl->server->getSystemInfo();
$title = strtoupper(substr($serverInfo['TitleId'], 0, 2));
$this->mx = new \MXInfoFetcher($title, $this->uid, false);
// $this->mx = new \MXInfoFetcher($title, $this->uid, false);
}
}