localrecords bug fix with too many records
This commit is contained in:
parent
68598cae6b
commit
7de138dccf
@ -552,7 +552,7 @@ class LocalRecordsPlugin implements CallbackListener, CommandListener, TimerList
|
||||
$height = $this->maniaControl->getManialinkManager()->getStyleManager()->getListWidgetsHeight();
|
||||
|
||||
// get PlayerList
|
||||
$records = $this->getLocalRecords($this->maniaControl->getMapManager()->getCurrentMap());
|
||||
$records = $this->getLocalRecords($this->maniaControl->getMapManager()->getCurrentMap(),200);
|
||||
|
||||
// create manialink
|
||||
$maniaLink = new ManiaLink(ManialinkManager::MAIN_MLID);
|
||||
|
Loading…
Reference in New Issue
Block a user