mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Correct 1 fail
This commit is contained in:
parent
d38d82c128
commit
8e05d6fe9e
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ function createObject(JSONData) {
|
|||
}
|
||||
|
||||
const map = maps[currentMatch.mapId];
|
||||
const mode = gameModes[currentMatch.queueId];
|
||||
let mode = gameModes[currentMatch.queueId];
|
||||
if (!mode)
|
||||
mode = 'Undefinded gamemode';
|
||||
const champion = currentMatch.participants[participantId - 1].championId;
|
||||
|
|
|
|||
Loading…
Reference in a new issue