mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: x2
This commit is contained in:
parent
6ae820c67f
commit
c7af59466a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class MatchParser {
|
||||||
gameDuration,
|
gameDuration,
|
||||||
})
|
})
|
||||||
|
|
||||||
const isRemake = gameDuration < 300_000
|
const isRemake = gameDuration < 300
|
||||||
|
|
||||||
// - 2x MatchTeam : Red and Blue
|
// - 2x MatchTeam : Red and Blue
|
||||||
for (const team of match.info.teams) {
|
for (const team of match.info.teams) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue