Use pattern for also pick/ban rounds Closes #2560

This commit is contained in:
Kalle
2025-10-11 16:56:11 +03:00
parent 88847c036a
commit 751e071686

View File

@@ -68,9 +68,7 @@ export function generateTournamentRoundMaplist(
assertUnreachable(args.pickBanStyle);
};
const pattern = !args.roundsWithPickBan.has(round.id)
? args.patterns.get(count)
: undefined;
const pattern = args.patterns.get(count);
result.set(round.id, {
count,