mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 14:07:42 +01:00
Merge branch 'develop'
This commit is contained in:
commit
9c7deea8ca
@ -261,26 +261,23 @@ class Swar5 implements ReaderInterface
|
|||||||
|
|
||||||
$applycustompoints = false;
|
$applycustompoints = false;
|
||||||
switch ($this->readData('Int', $swshandle)) {
|
switch ($this->readData('Int', $swshandle)) {
|
||||||
|
case 4:
|
||||||
|
case 5:
|
||||||
|
case 6:
|
||||||
|
$system = TournamentSystem::CLOSED;
|
||||||
|
break;
|
||||||
|
case 7:
|
||||||
|
case 8:
|
||||||
|
$system = TournamentSystem::AMERICAN;
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
$applycustompoints = true;
|
||||||
case 0:
|
case 0:
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
case 3:
|
|
||||||
default:
|
default:
|
||||||
$system = TournamentSystem::SWISS;
|
$system = TournamentSystem::SWISS;
|
||||||
break;
|
break;
|
||||||
case 4:
|
|
||||||
$applycustompoints = true;
|
|
||||||
$system = TournamentSystem::SWISS;
|
|
||||||
break;
|
|
||||||
case 5:
|
|
||||||
case 6:
|
|
||||||
case 7:
|
|
||||||
$system = TournamentSystem::CLOSED;
|
|
||||||
break;
|
|
||||||
case 8:
|
|
||||||
case 9:
|
|
||||||
$system = TournamentSystem::AMERICAN;
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
$this->Tournament->System = new TournamentSystem($system);
|
$this->Tournament->System = new TournamentSystem($system);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user