diff --git a/src/Readers/Swar6.php b/src/Readers/Swar6.php index ea2609e..a8655e2 100644 --- a/src/Readers/Swar6.php +++ b/src/Readers/Swar6.php @@ -282,7 +282,7 @@ class Swar6 implements ReaderInterface $custompoints['draw'] = $this->readData('Int', $swshandle) / 4; $custompoints['loss'] = $this->readData('Int', $swshandle) / 4; $custompoints['bye'] = $this->readData('Int', $swshandle) / 4; - $custompoints['absent'] = $this->readData('Int', $swshandle) / 4; + $custompoints['presence'] = $this->readData('Int', $swshandle) / 4; if($applycustompoints) $this->Tournament->CustomPoints = $custompoints; $this->Tournament->EloUsed = $this->readData('Int', $swshandle); $this->Tournament->TournoiStd = $this->readData('Int', $swshandle);