Skip to content

Commit

Permalink
Update infobox_league_custom.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
iMarbot authored Nov 5, 2024
1 parent cd2b860 commit 1c3ae84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/infobox/wikis/dota2/infobox_league_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ function CustomInjector:parse(id, widgets)
return widgets
end

---@param args table
---@return boolean
function CustomLeague:liquipediaTierHighlighted(args)
return Logic.readBool(args.valvepremier)
end

function CustomLeague:addToLpdb(lpdbData, args)
lpdbData.extradata.individual = String.isNotEmpty(args.player_number) and 'true' or ''
lpdbData.extradata.dpcpoints = String.isNotEmpty(args.points) or ''
Expand Down

0 comments on commit 1c3ae84

Please sign in to comment.