Skip to content

Commit

Permalink
fix(match2): wc3 heroes are flipped
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 21, 2024
1 parent 3f97ec1 commit 611d0d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/match2/wikis/warcraft/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 611d0d4

Please sign in to comment.