Skip to content

Commit

Permalink
trying parsed data
Browse files Browse the repository at this point in the history
the storage and highlight still showing fine
  • Loading branch information
Hesketh2 authored Oct 15, 2024
1 parent b1966ee commit e1bbb48
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 @@ -417,7 +417,7 @@ end
---@param args table
---@return boolean
function League:liquipediaTierHighlighted(args)
return Logic.readBool(args.publisherpremier)
return Logic.readBool(self.data.publishertier)
end

--- Allows for overriding this functionality
Expand Down

0 comments on commit e1bbb48

Please sign in to comment.