reformat code in plugins

This commit is contained in:
kremsy
2014-08-13 11:14:29 +02:00
parent 22915bb934
commit 13924f7d8a
10 changed files with 850 additions and 1477 deletions

View File

@ -358,8 +358,9 @@ class QueuePlugin implements CallbackListener, ManialinkPageAnswerListener, Time
/** @var Player $playerObj */
foreach ($this->maniaControl->playerManager->getPlayers() as $playerObj) {
if($playerObj->isSpectator)
if ($playerObj->isSpectator) {
continue;
}
if (!isset($teams[$playerObj->teamId])) {
$teams[$playerObj->teamId] = 1;