From a8610db5a6549ecd0c2314eee409cc28358209fd Mon Sep 17 00:00:00 2001 From: Rikard Blixt Date: Thu, 12 Dec 2024 15:28:41 +0100 Subject: [PATCH] update default points --- .../match2/wikis/halo/get_match_group_copy_paste_wiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/match2/wikis/halo/get_match_group_copy_paste_wiki.lua b/components/match2/wikis/halo/get_match_group_copy_paste_wiki.lua index c5750d4c48..b32bfd58e3 100644 --- a/components/match2/wikis/halo/get_match_group_copy_paste_wiki.lua +++ b/components/match2/wikis/halo/get_match_group_copy_paste_wiki.lua @@ -71,7 +71,7 @@ end function WikiCopyPaste.getFfaMatchCode(bestof, mode, index, opponents, args) local lines = Array.extend( '{{Match|finished=', - INDENT .. '|p1=5|p2=4|p3=3|p4=2|p5=1', + INDENT .. '|p_kill=1 |p1=0', INDENT .. '|twitch=|youtube=', Array.map(Array.range(1, bestof), function(mapIndex) return INDENT .. '|map' .. mapIndex .. '={{Map|map=|date=|finished=|vod=}}'