mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-10-31 20:56:08 +01:00
Merge branch 'task/absent-forfait-swar-4' into develop
This commit is contained in:
commit
71874daaf4
@ -455,7 +455,7 @@ class Swar4 implements ReaderInterface
|
||||
$result = Result::None;
|
||||
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;
|
||||
}
|
||||
$pairing->setResult(new Result($result));
|
||||
|
Loading…
Reference in New Issue
Block a user