Queue widget refresh

This commit is contained in:
Max Klaversma
2014-05-01 17:35:05 +02:00
committed by Steffen Schröder
parent a08707c602
commit 88d939bdbd
+3 -2
View File
@@ -183,8 +183,9 @@ class QueuePlugin implements CallbackListener, CommandListener, ManialinkPageAns
$this->moveFirstPlayerToPlay();
}
foreach($this->queue as $queuedPlayer) {
$this->showJoinQueueWidget($queuedPlayer);
foreach($this->spectators as $login) {
$player = $this->maniaControl->playerManager->getPlayer($login);
$this->showJoinQueueWidget($player);
}
foreach($this->showPlay as $showPlay) {