Skip to content

Commit

Permalink
Update components/match2/wikis/brawlstars/match_group_input_custom.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Rikard Blixt <[email protected]>
  • Loading branch information
hjpalpha and Rathoz authored Dec 16, 2024
1 parent 850ea83 commit 43de364
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 43de364

Please sign in to comment.