Skip to content

Commit

Permalink
Add Copenhagen Major Elimination Stage
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Mar 20, 2024
1 parent 79ac2c7 commit 6abcba7
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 Copenhagen Major Elimination Stage': {
teamList: [
'FaZe',
'Spirit',
'Vitality',
'MOUZ',
'Complexity',
'Virtus.pro',
'Natus Vincere',
'G2',
'Cloud9',
'HEROIC',
'Eternal Fire',
'ECSTATIC',
'paiN',
'Imperial',
'TheMongolz',
'FURIA',
],
},
'2024 Copenhagen Major Opening Stage': {
teamList: [
'Cloud9',
Expand Down

0 comments on commit 6abcba7

Please sign in to comment.