diff --git a/components/match2/wikis/dota2/match_group_input_custom.lua b/components/match2/wikis/dota2/match_group_input_custom.lua index 8da93ca2122..36610a27aa7 100644 --- a/components/match2/wikis/dota2/match_group_input_custom.lua +++ b/components/match2/wikis/dota2/match_group_input_custom.lua @@ -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