Skip to content

Commit

Permalink
feat(match2): in legacy mode, handle third place headers (#4808)
Browse files Browse the repository at this point in the history
Map third place header
  • Loading branch information
LuckeLucky authored Oct 7, 2024
1 parent ad1adf3 commit 5c594a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/match2/commons/match_group_legacy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c594a5

Please sign in to comment.