diff --git a/src/Sws.php b/src/Sws.php index 4aa9f98..4c242ba 100644 --- a/src/Sws.php +++ b/src/Sws.php @@ -621,7 +621,7 @@ class Sws extends SwsModel $pairing->setRound($x); $offset += 2; - if (!($result == Result::none && $opponent == 0)) { + if ($x < $sws->getBinaryData("CurrentRound")) { $sws->getTournament()->addPairing($pairing); } }