mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Better way to check if pairing is dummy
This commit is contained in:
parent
f8a8f86ce9
commit
e181bfefce
@ -621,7 +621,7 @@ class Sws extends SwsModel
|
|||||||
$pairing->setRound($x);
|
$pairing->setRound($x);
|
||||||
$offset += 2;
|
$offset += 2;
|
||||||
|
|
||||||
if (!($result == Result::none && $opponent == 0)) {
|
if ($x < $sws->getBinaryData("CurrentRound")) {
|
||||||
$sws->getTournament()->addPairing($pairing);
|
$sws->getTournament()->addPairing($pairing);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user