donated Planets statistic
This commit is contained in:
@ -215,7 +215,6 @@ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener {
|
||||
$testf->add($testq);
|
||||
|
||||
$script->addTooltip($itemQuad, $testf);
|
||||
$script->addTooltip($testf, $testf);
|
||||
/** TEST TOOLTIP */
|
||||
|
||||
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user