Removed a setter in Pairtwo6-reader

This commit is contained in:
Jeroen De Meerleer 2019-11-16 14:13:10 +01:00
parent 6603b049a6
commit 07fdb769b2
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ class Pairtwo6 implements ReaderInterface
$offset += $length;
$length = 4;
$player->SetDateOfBirth($this->readData('Date', substr($swscontents, $offset, $length)));
$player->DateOfBirth = $this->readData('Date', substr($swscontents, $offset, $length));
$offset += $length;
$length = 4;