From a7d3c65039911bba2474ea057795f180e516a168 Mon Sep 17 00:00:00 2001 From: hjpalpha <75081997+hjpalpha@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:47:35 +0100 Subject: [PATCH] input --- lua/wikis/omegastrikers/MatchGroup/Input/Custom.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 --