mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Using multiple arbiters in pairtwo-6 reader
This commit is contained in:
parent
75cecbad4e
commit
cd430a67ff
@ -571,7 +571,7 @@ class Pairtwo6 implements ReaderInterface
|
|||||||
|
|
||||||
// Arbiters
|
// Arbiters
|
||||||
$length = 128;
|
$length = 128;
|
||||||
$this->getTournament()->setArbiter($this->readData('String', substr($swscontents, $offset, $length)));
|
$this->getTournament()->setArbiter($this->readData('String', substr($swscontents, $offset, $length)), 0);
|
||||||
$offset += $length;
|
$offset += $length;
|
||||||
|
|
||||||
// Rounds
|
// Rounds
|
||||||
|
Loading…
Reference in New Issue
Block a user