From e706ca8b29d687f290af3160f82ca1939dad34de Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 20 May 2017 10:47:15 +0200 Subject: [PATCH] added todo --- 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 6217c11a..0d506b78 100644 --- a/plugins/MCTeam/LocalRecordsPlugin.php +++ b/plugins/MCTeam/LocalRecordsPlugin.php @@ -303,7 +303,7 @@ class LocalRecordsPlugin implements ManialinkPageAnswerListener, CallbackListene } } else { - $listFrame->addChild($this->generateRecordsFrame($records, $lines, $player)); + $listFrame->addChild($this->generateRecordsFrame($records, $lines, $player)); //TODO Collect all players with this case and send a common manialink to save resources } $this->maniaControl->getManialinkManager()->sendManialink($maniaLink, $player);