mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-01 04:56:28 +01:00
Fixing absent and forfait since tables has been implemented
This commit is contained in:
parent
542c5ae554
commit
fd35603fef
@ -455,7 +455,7 @@ class Swar4 implements ReaderInterface
|
|||||||
$result = Result::None;
|
$result = Result::None;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (array_search($this->getTournament()->getBinaryData('Pairing_' . $ptn . '_table'), [ 16384, 8192 ]) !== false) {
|
if (array_search($this->getTournament()->getBinaryData('Pairing_' . $ptn . '_table'), [ 16383, 8191 ]) !== false) {
|
||||||
$result = Result::Absent;
|
$result = Result::Absent;
|
||||||
}
|
}
|
||||||
$pairing->setResult(new Result($result));
|
$pairing->setResult(new Result($result));
|
||||||
|
Loading…
Reference in New Issue
Block a user