Skip to content

Commit

Permalink
Update components/infobox/wikis/deadlock/infobox_item_custom.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Rikard Blixt <[email protected]>
  • Loading branch information
Kanopedia and Rathoz authored Oct 17, 2024
1 parent 9daacbf commit 35d6c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/infobox/wikis/deadlock/infobox_item_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function CustomItem:getWikiCategories(args)
table.insert(categories, 'Attribute Items')
end

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

Expand Down

0 comments on commit 35d6c35

Please sign in to comment.