Fixed minor issues
This commit is contained in:
parent
ca461d214c
commit
a7b4f09f29
@ -620,7 +620,7 @@ class LocalRecordsPlugin implements CallbackListener, CommandListener, TimerList
|
||||
}
|
||||
|
||||
// Render and display xml
|
||||
$this->maniaControl->getManialinkManager()->displayWidget($maniaLink, $player, 'PlayerList');
|
||||
$this->maniaControl->getManialinkManager()->displayWidget($maniaLink, $player, 'LocalRecords');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -519,7 +519,7 @@ class ServerRankingPlugin implements Plugin, CallbackListener, CommandListener {
|
||||
$pageFrame = new Frame();
|
||||
$frame->addChild($pageFrame);
|
||||
$posY = $height / 2 - 10;
|
||||
$paging->addPage($pageFrame);
|
||||
$paging->addPageControl($pageFrame);
|
||||
}
|
||||
|
||||
$playerFrame = new Frame();
|
||||
|
Loading…
Reference in New Issue
Block a user