mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-12-23 21:00:58 +01:00
Compare commits
2 Commits
c853e14591
...
4112cc70d6
Author | SHA1 | Date | |
---|---|---|---|
4112cc70d6 | |||
c3b2e840f7 |
@ -230,7 +230,7 @@ class Swar5 implements ReaderInterface
|
||||
// Tempo string is not variable and dependant on kind of tournament
|
||||
$this->Tournament->TempoIndex = $this->readData('Int', $swshandle);
|
||||
|
||||
$this->readData('Int', $swshandle); // some unknown data
|
||||
$this->readData('String', $swshandle); // some unknown data
|
||||
$this->Tournament->NoOfRounds = $this->readData('Int', $swshandle);
|
||||
|
||||
$this->Tournament->FRBEfrom = $this->readData('Int', $swshandle);
|
||||
|
Loading…
Reference in New Issue
Block a user