mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-24 15:31:00 +01:00
Forfait maens not played as well
This commit is contained in:
parent
4d7fe79108
commit
c480d13185
@ -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