mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 21:27:48 -05:00
Use pattern for also pick/ban rounds Closes #2560
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user