mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
Tournament: Fix bad losers bracket positions
This commit is contained in:
parent
593cc67c83
commit
84c50d62db
|
|
@ -87,7 +87,6 @@ export function resolveTournamentStageSettings(
|
|||
case "DE":
|
||||
return {
|
||||
grandFinal: "double",
|
||||
seedOrdering: ["space_between"],
|
||||
};
|
||||
default: {
|
||||
assertUnreachable(format);
|
||||
|
|
|
|||
|
|
@ -782,7 +782,7 @@ export class Create {
|
|||
* Returns the ordering method for the first round of the upper bracket of an elimination stage.
|
||||
*/
|
||||
public getStandardBracketFirstRoundOrdering(): SeedOrdering {
|
||||
return this.getOrdering(0, "elimination", "inner_outer");
|
||||
return this.getOrdering(0, "elimination", "space_between");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user