localrecords bug fix with too many records

This commit is contained in:
kremsy 2017-05-14 12:19:20 +02:00
parent 68598cae6b
commit 7de138dccf

View File

@ -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);