Skip to content

Commit

Permalink
Force disable merging reset into normal match (#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Oct 2, 2023
1 parent c623f5d commit 071e6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/match2/commons/match_summary_base_temp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 071e6b0

Please sign in to comment.