From 071e6b0036dcce6ad20c7c4d9b96d5751dfe5661 Mon Sep 17 00:00:00 2001 From: hjpalpha <75081997+hjpalpha@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:35:22 +0200 Subject: [PATCH] Force disable merging reset into normal match (#3336) --- components/match2/commons/match_summary_base_temp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/match2/commons/match_summary_base_temp.lua b/components/match2/commons/match_summary_base_temp.lua index 099ce91c944..cf83ca9a312 100644 --- a/components/match2/commons/match_summary_base_temp.lua +++ b/components/match2/commons/match_summary_base_temp.lua @@ -611,8 +611,8 @@ function MatchSummary.defaultGetByMatchId(CustomMatchSummary, args, options) options = options or {} - local match, bracketResetMatch = - MatchGroupUtil.fetchMatchForBracketDisplay(args.bracketId, args.matchId, {returnBoth = true}) + local match, bracketResetMatch = MatchGroupUtil.fetchMatchForBracketDisplay( + args.bracketId, args.matchId, {returnBoth = true, mergeBracketResetMatch = false}) local matchSummary = MatchSummary():init(options.width)