diff --git a/lua/wikis/omegastrikers/MatchGroup/Input/Custom.lua b/lua/wikis/omegastrikers/MatchGroup/Input/Custom.lua index a5508c64c4f..c7ac87e7904 100644 --- a/lua/wikis/omegastrikers/MatchGroup/Input/Custom.lua +++ b/lua/wikis/omegastrikers/MatchGroup/Input/Custom.lua @@ -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 --