diff --git a/server/app/Parsers/MatchParser.ts b/server/app/Parsers/MatchParser.ts index b83cb64..38eb1f1 100644 --- a/server/app/Parsers/MatchParser.ts +++ b/server/app/Parsers/MatchParser.ts @@ -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) {