added pagers to maplist

This commit is contained in:
kremsy
2014-01-02 20:50:09 +01:00
parent a6c114e758
commit 0df42c9e2d
2 changed files with 57 additions and 21 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);
}
}