Skip to content

Commit

Permalink
feat(match2): Add MVP to copypaste for HoK (#5157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesketh2 authored Dec 2, 2024
1 parent 20c257a commit 21fddc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 21fddc6

Please sign in to comment.