mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
ENHANCEMENT: check current round of pairing instead data to check dummy
This commit is contained in:
parent
5abc1ca8d3
commit
0b4bcf5321
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user