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