mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-10-31 20:56:08 +01:00
Code style fixup
This commit is contained in:
parent
1793817f66
commit
673821b541
@ -268,7 +268,7 @@ class Tournament
|
|||||||
if (!$this->gameExists($game, $round)) {
|
if (!$this->gameExists($game, $round)) {
|
||||||
$game->setBoard($game->getWhite()->getBoard());
|
$game->setBoard($game->getWhite()->getBoard());
|
||||||
// Add board if inexistent
|
// Add board if inexistent
|
||||||
if($game->getBoard() == -1) {
|
if ($game->getBoard() == -1) {
|
||||||
if (isset($lastboards[$round])) {
|
if (isset($lastboards[$round])) {
|
||||||
$lastboards[$round] += 1;
|
$lastboards[$round] += 1;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user