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 }