mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-29 09:46:42 +01:00
ENHANCEMENT: check current round of pairing instead data to check dummy
This commit is contained in:
parent
90a199b438
commit
784e54b55b
@ -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