removed ,
This commit is contained in:
parent
1d8c9e60e3
commit
dc37ccaf4a
@ -307,7 +307,7 @@ class QueuePlugin implements CallbackListener, CommandListener, ManialinkPageAns
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$statusLabel->setText('$aaaStatus: In queue, (' . $position . '/' . count($this->queue) . ') Waiting: ' . count($this->queue) . '/' . $max_queue . '');
|
$statusLabel->setText('$aaaStatus: In queue (' . $position . '/' . count($this->queue) . ') Waiting: ' . count($this->queue) . '/' . $max_queue . '');
|
||||||
$messageLabel->setAction(self::ML_REMOVEFROMQUEUE);
|
$messageLabel->setAction(self::ML_REMOVEFROMQUEUE);
|
||||||
$backgroundQuad->setAction(self::ML_REMOVEFROMQUEUE);
|
$backgroundQuad->setAction(self::ML_REMOVEFROMQUEUE);
|
||||||
$statusLabel->setAction(self::ML_REMOVEFROMQUEUE);
|
$statusLabel->setAction(self::ML_REMOVEFROMQUEUE);
|
||||||
|
Loading…
Reference in New Issue
Block a user