From 611d0d4b355d565857fecfc9a8d2e19d018d2250 Mon Sep 17 00:00:00 2001 From: Rikard Blixt Date: Mon, 21 Oct 2024 18:06:43 +0200 Subject: [PATCH] fix(match2): wc3 heroes are flipped --- components/match2/wikis/warcraft/match_summary.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/match2/wikis/warcraft/match_summary.lua b/components/match2/wikis/warcraft/match_summary.lua index 372f9717249..1ad836d9617 100644 --- a/components/match2/wikis/warcraft/match_summary.lua +++ b/components/match2/wikis/warcraft/match_summary.lua @@ -303,9 +303,6 @@ function CustomMatchSummary.DispalyHeroes(opponent, hasHeroes, flip) :css('float', flip and 'right' or 'left') :wikitext('[[File:' .. data.icon .. '|link=' .. name .. '|' .. name .. ']]') end) - if flip then - return Array.reverse(displays) - end return displays end)