From 21fddc6db7a5aa76da902b8a8851e2ec03d960c4 Mon Sep 17 00:00:00 2001 From: Hesketh2 <88981446+Hesketh2@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:58:42 +0700 Subject: [PATCH] feat(match2): Add MVP to copypaste for HoK (#5157) --- .../wikis/honorofkings/get_match_group_copy_paste_wiki.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/components/match2/wikis/honorofkings/get_match_group_copy_paste_wiki.lua b/components/match2/wikis/honorofkings/get_match_group_copy_paste_wiki.lua index 5bcde8f1853..6ad9318f869 100644 --- a/components/match2/wikis/honorofkings/get_match_group_copy_paste_wiki.lua +++ b/components/match2/wikis/honorofkings/get_match_group_copy_paste_wiki.lua @@ -39,6 +39,7 @@ function WikiCopyPaste.getMatchCode(bestof, mode, index, opponents, args) Logic.readBool(args.hasDate) and { INDENT .. '|date=', INDENT .. '|twitch= |youtube= |bilibili= |douyu= |huya=', + INDENT .. '|mvp=', args.vod == 'series' and (INDENT .. '|vod=') or nil, } or nil, Array.map(Array.range(1, bestof), function(mapIndex)