Compare commits

..

No commits in common. "af4c6b31cff5d8641544ad4b7723fff61c45b0c3" and "2e68354a91a12c45342d3c1c78eaba1b4a3b5e93" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -90,4 +90,5 @@ class Round
{
$this->pairings = $pairings;
}
}

View File

@ -621,9 +621,7 @@ class Sws extends SwsModel
$pairing->setRound($x);
$offset += 2;
if (!($result == Result::none && $opponent == 0)) {
$sws->getTournament()->addPairing($pairing);
}
$sws->getTournament()->addPairing($pairing);
}
}
}