From f3a23008a27cc89f579a1849e42d4b689edd1400 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 26 Dec 2013 17:38:23 +0100 Subject: [PATCH] bugfix --- application/core/Players/PlayerList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/Players/PlayerList.php b/application/core/Players/PlayerList.php index 7c17147d..7427bcf6 100644 --- a/application/core/Players/PlayerList.php +++ b/application/core/Players/PlayerList.php @@ -550,6 +550,7 @@ class PlayerList implements ManialinkPageAnswerListener, CallbackListener { * @param Player $player */ public function closePlayerAdvancedWidget(array $callback, Player $player) { + $this->playersListShown[$player->login] = self::SHOWN_MAIN_WINDOW; $this->showPlayerList($player); //overwrite the manialink }