Skip to content

Commit

Permalink
Update components/match2/wikis/deadlock/match_summary.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Rikard Blixt <[email protected]>
  • Loading branch information
Kanopedia and Rathoz authored Oct 15, 2024
1 parent 23fd4a0 commit af7d4ef
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 @@ -121,7 +121,7 @@ function CustomMatchSummary.createBody(match)
end

-- Pre-Process Hero Ban Data
local HeroBanData = {}
local heroBanData = {}
for gameIndex, game in ipairs(match.games) do
local extradata = game.extradata or {}
local banData = {{}, {}}
Expand Down

0 comments on commit af7d4ef

Please sign in to comment.