Skip to content

Commit

Permalink
fix(league): move publisherpremier to base
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesketh2 authored Oct 12, 2024
1 parent efe17a0 commit bfcb4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/infobox/commons/infobox_league.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ end
---@param args table
---@return boolean
function League:liquipediaTierHighlighted(args)
return false
return Logic.readBool(args.publisherpremier)
end

--- Allows for overriding this functionality
Expand Down

0 comments on commit bfcb4ee

Please sign in to comment.