Skip to content

Commit

Permalink
Update match_summary.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanopedia authored Oct 15, 2024
1 parent af7d4ef commit 6ab109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/match2/wikis/deadlock/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function CustomMatchSummary.createBody(match)
local heroBan = HeroBan()

for gameIndex, banData in ipairs(HeroBanData) do
heroBan:banRow(banData, gameIndex, banData.numberOfBans, match.date)
heroBan:banRow(banData, gameIndex)
end

body:addRow(heroBan)
Expand Down

0 comments on commit 6ab109c

Please sign in to comment.