removed ,

This commit is contained in:
kremsy
2014-05-01 17:35:05 +02:00
committed by Steffen Schröder
parent 1d8c9e60e3
commit dc37ccaf4a
+1 -1
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);