Queue widget refresh
This commit is contained in:
parent
a08707c602
commit
88d939bdbd
@ -183,8 +183,9 @@ class QueuePlugin implements CallbackListener, CommandListener, ManialinkPageAns
|
|||||||
$this->moveFirstPlayerToPlay();
|
$this->moveFirstPlayerToPlay();
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach($this->queue as $queuedPlayer) {
|
foreach($this->spectators as $login) {
|
||||||
$this->showJoinQueueWidget($queuedPlayer);
|
$player = $this->maniaControl->playerManager->getPlayer($login);
|
||||||
|
$this->showJoinQueueWidget($player);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach($this->showPlay as $showPlay) {
|
foreach($this->showPlay as $showPlay) {
|
||||||
|
Loading…
Reference in New Issue
Block a user