@@ -46,7 +46,7 @@ |
||
| 46 | 46 | if (sizeof($fighters) == 0){ // If |
| 47 | 47 | $fighters->push(new Competitor()); |
| 48 | 48 | $fighters->push(new Competitor()); |
| 49 | - }else if (count($fighters) % 2 != 0) { // If fighter is not pair, add a BYE |
|
| 49 | + } else if (count($fighters) % 2 != 0) { // If fighter is not pair, add a BYE |
|
| 50 | 50 | $fighters->push(new Competitor()); |
| 51 | 51 | } |
| 52 | 52 | |