Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Sep 17, 2024
1 parent 0076f49 commit b1b9992
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/match2/wikis/valorant/match_group_input_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ function CustomMatchGroupInput.extractMaps(match, opponents)
local winnerInput = map.winner --[[@as string?]]

map.opponents = MapFunctions.getParticipants(map, opponents)
-- Match/Subobjects:luaGetMap sets a empty table as default value for participants.
-- Once subobjects have been refactored away this can be removed.
map.participants = nil
map.extradata = MapFunctions.getExtraData(map, map.opponents)
map.finished = MatchGroupInputUtil.mapIsFinished(map)
Expand Down

0 comments on commit b1b9992

Please sign in to comment.