From 745516aa0701f89fcfee0f97ef04b028e7b85d8a Mon Sep 17 00:00:00 2001 From: mbergen Date: Fri, 22 Nov 2024 10:36:30 +0100 Subject: [PATCH] fix(match2): on age of empires, manual width is ignored in Legacy mode (#5122) fix(LegacyMatch): Pass on width from args to SinglematchDisplay --- .../match2/wikis/ageofempires/legacy/match_maps_legacy.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/components/match2/wikis/ageofempires/legacy/match_maps_legacy.lua b/components/match2/wikis/ageofempires/legacy/match_maps_legacy.lua index b84f4ae892f..821cfe60334 100644 --- a/components/match2/wikis/ageofempires/legacy/match_maps_legacy.lua +++ b/components/match2/wikis/ageofempires/legacy/match_maps_legacy.lua @@ -129,6 +129,7 @@ function MatchMapsLegacy.showmatch(frame) return MatchGroup.MatchByMatchId({ id = MatchGroupBase.getBracketIdPrefix() .. id, matchid = 'R1M1', + width = args.width }) end