mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Merge branch 'bugfix/result-none-isnotplayed' into develop
This commit is contained in:
commit
b30bc7d256
@ -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