removed ,

This commit is contained in:
kremsy 2014-01-24 21:42:16 +01:00 committed by Steffen Schröder
parent 1d8c9e60e3
commit dc37ccaf4a

View File

@ -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);
$backgroundQuad->setAction(self::ML_REMOVEFROMQUEUE);
$statusLabel->setAction(self::ML_REMOVEFROMQUEUE);