Skip to content

Commit

Permalink
Add elimination stage
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Dec 3, 2024
1 parent 25aec6b commit 180618b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ export interface EventPreset {
}

export const eventPresets: Record<string, EventPreset> = {
'2024 Shanghai Major Elimination Stage': {
teamList: [
'G2',
'Natus Vincere',
'Vitality',
'Spirit',
'MOUZ',
'FaZe',
'HEROIC',
'3DMAX',
'The MongolZ',
'Liquid',
'GamerLegion',
'FURIA',
'paiN',
'Wildcard',
'BIG',
'MIBR',
],
},
'2024 Shanghai Major Opening Stage': {
teamList: [
'FURIA',
Expand Down

0 comments on commit 180618b

Please sign in to comment.