Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions lua/wikis/omegastrikers/MatchGroup/Input/Custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ function MatchFunctions.getBestOf(bestofInput)
return bestof or DEFAULT_BESTOF_MATCH
end

---@param match table
---@param games table[]
---@param opponents MGIParsedOpponent[]
---@return table
function MatchFunctions.getExtraData(match, games, opponents)
return {
mvp = MatchGroupInputUtil.readMvp(match, opponents),
}
end

--
-- map related functions
--
Expand Down
Loading