From 7de138dccff152f24a2ba47deeefa53e3bb5222e Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 14 May 2017 12:19:20 +0200 Subject: [PATCH] localrecords bug fix with too many records --- plugins/MCTeam/LocalRecordsPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MCTeam/LocalRecordsPlugin.php b/plugins/MCTeam/LocalRecordsPlugin.php index 8d16ec5d..b1a652e9 100644 --- a/plugins/MCTeam/LocalRecordsPlugin.php +++ b/plugins/MCTeam/LocalRecordsPlugin.php @@ -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);