Skip to content

Commit

Permalink
missing checkmark on team 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 31, 2024
1 parent b4cac1c commit e1003fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/match2/wikis/valorant/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ function CustomMatchSummary._createMap(game)

score2:setMapScore(DisplayHelper.MapScore(game.scores[2], 2, game.resultType, game.walkover, game.winner))

row:addElement(MatchSummaryWidgets.GameWinLossIndicator{winner = game.winner, opponentIndex = 1})
row:addElement(MatchSummaryWidgets.Characters{characters = team1Agents, flipped = false})
row:addElement(score1:create())

Expand Down

0 comments on commit e1003fe

Please sign in to comment.