mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-10-31 20:56:08 +01:00
Removed a setter in Pairtwo6-reader
This commit is contained in:
parent
6603b049a6
commit
07fdb769b2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user