Skip to content

Commit

Permalink
feat: update match2 status of lol and wr (#3755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz authored Jan 8, 2024
1 parent a339d75 commit 260b14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standard/info/wikis/leagueoflegends/info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ return {
defaultRoundPrecision = 0,
defaultTeamLogo = 'League of Legends allmode.png', ---@deprecated
defaultTeamLogoDark = 'League of Legends allmode.png', ---@deprecated
match2 = 1,
match2 = 2,
}
2 changes: 1 addition & 1 deletion standard/info/wikis/wildrift/info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ return {
defaultGame = 'wildrift',
defaultTeamLogo = 'Wild Rift Teamcard.png', ---@deprecated
defaultTeamLogoDark = 'Wild Rift Teamcard.png', ---@deprecated
match2 = 1,
match2 = 2,
}

0 comments on commit 260b14a

Please sign in to comment.