mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 04:47:27 +00:00
feat: add support for swiftplay
This commit is contained in:
parent
926b73689e
commit
1eb53f8baf
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ export const gameModes = {
|
|||
type: 'Ranked',
|
||||
name: 'FLEX 3vs3',
|
||||
},
|
||||
480: {
|
||||
type: 'Normal',
|
||||
name: 'Swiftplay',
|
||||
},
|
||||
490: {
|
||||
type: 'Normal',
|
||||
name: 'QUICKPLAY',
|
||||
|
|
|
|||
Loading…
Reference in a new issue