This commit is contained in:
Valentin Kaelin 2021-10-06 13:48:58 +02:00
parent 6ae820c67f
commit c7af59466a

View file

@ -25,7 +25,7 @@ class MatchParser {
gameDuration,
})
const isRemake = gameDuration < 300_000
const isRemake = gameDuration < 300
// - 2x MatchTeam : Red and Blue
for (const team of match.info.teams) {