mx button auf mapwidget

This commit is contained in:
kremsy
2013-12-31 00:32:50 +01:00
parent 3b3bac2b0d
commit eafab8deee
3 changed files with 25 additions and 12 deletions

View File

@ -88,5 +88,6 @@ class Map {
$serverInfo = $this->maniaControl->server->getSystemInfo();
$title = strtoupper(substr($serverInfo['TitleId'], 0, 2));
$this->mx = new \MXInfoFetcher($title, $this->uid, false);
}
}