|
|
|
@ -138,7 +138,6 @@ final public class MatchScheduler: BaseMatchScheduler, SideStorable { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public func groupStageDispatcher(groupStages: [GroupStage], startingDate: Date) -> GroupStageMatchDispatcher { |
|
|
|
public func groupStageDispatcher(groupStages: [GroupStage], startingDate: Date) -> GroupStageMatchDispatcher { |
|
|
|
|
|
|
|
|
|
|
|
let _groupStages = groupStages |
|
|
|
let _groupStages = groupStages |
|
|
|
|
|
|
|
|
|
|
|
// Get the maximum count of matches in any group |
|
|
|
// Get the maximum count of matches in any group |
|
|
|
@ -839,7 +838,7 @@ final public class MatchScheduler: BaseMatchScheduler, SideStorable { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if tournament.dayDuration > 1 && (lastDate.timeOfDay == .evening || errorFormat) { |
|
|
|
if tournament.dayDuration > 1 && (lastDate.timeOfDay == .evening || lastDate.timeOfDay == .night || errorFormat) { |
|
|
|
bracketStartDate = lastDate.tomorrowAtNine |
|
|
|
bracketStartDate = lastDate.tomorrowAtNine |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|