Skip to content

Commit

Permalink
Update infobox_item_custom.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanopedia authored Oct 17, 2024
1 parent af6d79e commit 08104b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/infobox/wikis/deadlock/infobox_item_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ function CustomItem:getWikiCategories(args)
if not Namespace.isMain() then return {} end

local categories = {}
if String.isNotEmpty(args.str) or String.isNotEmpty(args.agi) or String.isNotEmpty(args.int) then
table.insert(categories, 'Attribute Items')
end

if String.isNotEmpty(args.movespeed) then
table.insert(categories, 'Movement Speed Items')
end
Expand Down

0 comments on commit 08104b5

Please sign in to comment.