Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 15, 2024
1 parent 47bd450 commit 76a07b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/match2/wikis/dota2/match_group_input_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function CustomMatchGroupInput.processMatchWithoutStandalone(MatchParser, match)
end)
local games = MatchFunctions.extractMaps(MatchParser, match, opponents)
match.bestof = MatchGroupInputUtil.getBestOf(match.bestof, games)
match.links = MatchFunctions.getLinks(match, games)

local autoScoreFunction = MatchGroupInputUtil.canUseAutoScore(match, games)
and MatchFunctions.calculateMatchScore(games)
Expand Down Expand Up @@ -110,7 +111,6 @@ function CustomMatchGroupInput.processMatchWithoutStandalone(MatchParser, match)
Table.mergeInto(match, MatchGroupInputUtil.getTournamentContext(match))

match.stream = Streams.processStreams(match)
match.links = MatchFunctions.getLinks(match, games)

match.games = games
match.opponents = opponents
Expand Down

0 comments on commit 76a07b2

Please sign in to comment.