mirror of https://github.com/tstellar/bygfoot.git
Fixed wrong team number problem of USA-Teams at the SuperLiga
This commit is contained in:
parent
c76e0a7d1f
commit
b60c61eea0
|
@ -20,15 +20,15 @@
|
|||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>LEAGUE1</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<number_of_teams>2</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>1</end_idx>
|
||||
<end_idx>2</end_idx>
|
||||
</choose_team>
|
||||
<choose_team>
|
||||
<choose_team_sid>LEAGUE2</choose_team_sid>
|
||||
<number_of_teams>1</number_of_teams>
|
||||
<number_of_teams>2</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>1</end_idx>
|
||||
<end_idx>2</end_idx>
|
||||
</choose_team>
|
||||
<!-- UNCOMMENT BELOW FOR SINGLE-TABLE MLS -->
|
||||
<!--<choose_team>
|
||||
|
|
Loading…
Reference in New Issue