mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: standardize gamemode names
This commit is contained in:
parent
5b59f5b4cc
commit
461b268661
1 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ export const gameModes = {
|
|||
},
|
||||
430: {
|
||||
type: 'Normal',
|
||||
name: 'BLIND 5v5',
|
||||
name: 'BLIND 5vs5',
|
||||
},
|
||||
440: {
|
||||
type: 'Ranked',
|
||||
|
|
@ -39,15 +39,15 @@ export const gameModes = {
|
|||
},
|
||||
800: {
|
||||
type: 'Bot',
|
||||
name: '3v3 Co-op vs. AI (Intermediate)',
|
||||
name: '3vs3 Co-op vs. AI (Intermediate)',
|
||||
},
|
||||
810: {
|
||||
type: 'Bot',
|
||||
name: '3v3 Co-op vs. AI (Intro)',
|
||||
name: '3vs3 Co-op vs. AI (Intro)',
|
||||
},
|
||||
820: {
|
||||
type: 'Bot',
|
||||
name: '3v3 Co-op vs. AI (Beginner)',
|
||||
name: '3vs3 Co-op vs. AI (Beginner)',
|
||||
},
|
||||
830: {
|
||||
type: 'Bot',
|
||||
|
|
|
|||
Loading…
Reference in a new issue