@@ -70,7 +70,7 @@ |
||
| 70 | 70 | { |
| 71 | 71 | foreach ($players as $mainPlayer) { |
| 72 | 72 | foreach ($players as $player) { |
| 73 | - if ($mainPlayer->id() == $player->id()){ |
|
| 73 | + if ($mainPlayer->id() == $player->id()) { |
|
| 74 | 74 | continue; |
| 75 | 75 | } |
| 76 | 76 | $this->excludePlayers[$mainPlayer->id()][] = $player->id(); |