Skip to content

Commit

Permalink
fix(match2): overwatch legacy mapping forever loop (#4912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz authored Oct 18, 2024
1 parent da33ad0 commit 478030c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ end
function MatchMapsLegacy._handleDetails(args, details)
Array.mapIndexes(function (index)
local prefix = 'map' .. index
if not details[prefix] then
return nil
end
local map = {
map = Table.extract(details, prefix),
score1 = Table.extract(details, prefix .. 'score1'),
Expand Down

0 comments on commit 478030c

Please sign in to comment.