mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-10-31 20:56:08 +01:00
BUGFIX: Forfait did not return not played
This commit is contained in:
parent
5350b75820
commit
32af0670af
@ -455,7 +455,7 @@ class Swar4 implements ReaderInterface
|
||||
$result = Result::none;
|
||||
break;
|
||||
}
|
||||
if ($this->getTournament()->getBinaryData('Pairing_' . $ptn . '_table') == 16384) {
|
||||
if (array_search($this->getTournament()->getBinaryData('Pairing_' . $ptn . '_table'), [ 16384, 8192 ]) !== false) {
|
||||
$result = Result::absent;
|
||||
}
|
||||
$pairing->setResult(new Result($result));
|
||||
|
Loading…
Reference in New Issue
Block a user