Skip to content

Commit

Permalink
Merge branch 'standardize-some-mgi-customs' into aoe-mgi-custom-map-p…
Browse files Browse the repository at this point in the history
…arsing-to-standard
  • Loading branch information
hjpalpha authored Dec 16, 2024
2 parents f1c0cd9 + 43de364 commit 9036440
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ end
---@return table[]
function MatchFunctions.extractMaps(match, opponents)
local games = MatchGroupInputUtil.standardProcessMaps(match, opponents, MapFunctions)
Array.forEach(games, function(game, gameINdex)
game.vod = game.vod or String.nilIfEmpty(match['vodgame' .. gameINdex])
Array.forEach(games, function(game, gameIndex)
game.vod = game.vod or String.nilIfEmpty(match['vodgame' .. gameIndex])
end)
return games
end
Expand Down

0 comments on commit 9036440

Please sign in to comment.