Skip to content

Commit

Permalink
Removed extra bestof line
Browse files Browse the repository at this point in the history
  • Loading branch information
fregerson committed Dec 2, 2024
1 parent 336f9b5 commit 7d186f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/match2/commons/match_group_input_util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,6 @@ function MatchGroupInputUtil.standardProcessMatch(match, Parser, mapProps)
match.stream = Streams.processStreams(match)
match.extradata = Parser.getExtraData and Parser.getExtraData(match, games, opponents) or {}
match.extradata = Table.merge({playall = tonumber(match.playall)}, match.extradata)
match.bestof = tonumber(match.playall) --For display in existing Bestof?

match.games = games
match.opponents = opponents
Expand Down

0 comments on commit 7d186f4

Please sign in to comment.