Correct 1 fail

This commit is contained in:
Valentin Kaelin 2019-03-24 20:34:59 +01:00
parent d38d82c128
commit 8e05d6fe9e

View file

@ -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;