From fc5b063009b829f828c12b2714bfedf74c1fc0a6 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 3 Jan 2014 15:44:17 +0100 Subject: [PATCH] small temporary fix --- application/core/Admin/ActionsMenu.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/Admin/ActionsMenu.php b/application/core/Admin/ActionsMenu.php index b03c717a..81bb3c1e 100644 --- a/application/core/Admin/ActionsMenu.php +++ b/application/core/Admin/ActionsMenu.php @@ -139,6 +139,7 @@ class ActionsMenu implements CallbackListener, ManialinkPageAnswerListener { * @param array $callback */ public function openPlayerMenu(array $callback, Player $player) { + $this->maniaControl->playerManager->playerCommands->playerList->addPlayerToShownList($player); $this->maniaControl->playerManager->playerCommands->playerList->showPlayerList($player); }