|
|
|
|
@ -859,7 +859,7 @@ defer { |
|
|
|
|
let wcBracket = _teams.filter { $0.wildCardBracket }.sorted(using: _currentSelectionSorting, order: .ascending) |
|
|
|
|
|
|
|
|
|
let groupStageSpots: Int = self.groupStageSpots() |
|
|
|
|
var bracketSeeds: Int = min(teamCount, _completeTeams.count) - groupStageSpots - wcBracket.count |
|
|
|
|
var bracketSeeds: Int = min(teamCount, _completeTeams.count) - groupStageSpots |
|
|
|
|
var groupStageTeamCount: Int = groupStageSpots - wcGroupStage.count |
|
|
|
|
if groupStageTeamCount < 0 { groupStageTeamCount = 0 } |
|
|
|
|
if bracketSeeds < 0 { bracketSeeds = 0 } |
|
|
|
|
|