Skip to content

Commit

Permalink
Fix tags not being normalised
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Oct 11, 2024
1 parent 6e17021 commit 2ebc005
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hammeraddons/unify_fgd.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,6 @@ def get_appliesto(ent: EntityDef) -> list[str]:
count += 1
applies_to.update(helper.tags)

if count == 1 and found is not None:
# A single one found, use that one.
return found.tags

if found is None:
found = HelperExtAppliesTo([])
ent.helpers.insert(0, found)
Expand Down

0 comments on commit 2ebc005

Please sign in to comment.