From 5c594a574ed54364649d3a730a903a055be4807f Mon Sep 17 00:00:00 2001 From: LuckeLucky <43279191+LuckeLucky@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:47:13 +0100 Subject: [PATCH] feat(match2): in legacy mode, handle third place headers (#4808) Map third place header --- components/match2/commons/match_group_legacy.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/components/match2/commons/match_group_legacy.lua b/components/match2/commons/match_group_legacy.lua index 7aa8863eb61..4b53dde5391 100644 --- a/components/match2/commons/match_group_legacy.lua +++ b/components/match2/commons/match_group_legacy.lua @@ -62,6 +62,7 @@ function MatchGroupLegacy._getMatchMapping(match, match2mapping, lowerHeaders, l local isReset = false if id == THIRD_PLACE_MATCH then round = lastRound + match2mapping[THIRD_PLACE_MATCH .. 'header'] = 'L' .. round.R elseif id == RESET_MATCH then round = lastRound round.G = round.G - 2