small temporary fix

This commit is contained in:
kremsy 2014-01-03 15:44:17 +01:00
parent 9e08f79b4d
commit fc5b063009

View File

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