mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Set absent if table equals 0x4000
This commit is contained in:
parent
b5f8a792fa
commit
4b97a57c8f
@ -456,6 +456,9 @@ class Swar4 implements ReaderInterface
|
||||
$result = Result::none;
|
||||
break;
|
||||
}
|
||||
if ($this->getTournament()->getBinaryData('Pairing_' . $ptn . '_table') == 16384) {
|
||||
$result = Result::absent;
|
||||
}
|
||||
$pairing->setResult(new Result($result));
|
||||
|
||||
switch ($this->getTournament()->getBinaryData('Pairing_' . $ptn . '_color')) {
|
||||
|
Loading…
Reference in New Issue
Block a user