|
|
|
|
@ -839,8 +839,10 @@ final public class MatchScheduler: BaseMatchScheduler, SideStorable { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if tournament.dayDuration > 1 && (lastDate.timeOfDay == .evening || lastDate.timeOfDay == .night || errorFormat) { |
|
|
|
|
if tournament.groupStageCount > 0 { |
|
|
|
|
bracketStartDate = lastDate.tomorrowAtNine |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return updateBracketSchedule(tournament: tournament, fromRoundId: nil, fromMatchId: nil, startDate: bracketStartDate) |
|
|
|
|
} |
|
|
|
|
|