Fixture scheduling adjustment.

This commit is contained in:
gyboth 2009-01-09 10:00:23 +00:00
parent a04940877b
commit 327f38f594
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ fixture_write_round_robin(gpointer league_cup, gint cup_round,
}
/* Special rule for cups that have to wait for other cups. */
if(first_week < week + 1)
if(cup_round != -1 && first_week < week + 1)
first_week = week + 1;
/* first half of fixtures */