Skip to content

Commit

Permalink
fix(match2): missing passalong of map parser on dota (#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Nov 6, 2024
1 parent 19a0cd7 commit b41da9d
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 @@ -74,7 +74,7 @@ end
---@param match table
---@return table
function CustomMatchGroupInput.processMatchWithoutStandalone(MapParser, match)
return MatchGroupInputUtil.standardProcessMatch(match, MatchFunctions)
return MatchGroupInputUtil.standardProcessMatch(match, MatchFunctions, MapParser)
end

---@param match table
Expand Down

0 comments on commit b41da9d

Please sign in to comment.