diff --git a/commands/tinfoil.py b/commands/tinfoil.py index 9f6224b..9645fd2 100755 --- a/commands/tinfoil.py +++ b/commands/tinfoil.py @@ -120,9 +120,9 @@ for base in bases: shortid = fullid[0:-4] for dlc in dlcs: - if fullid in dlc: + if shortid in dlc: remove("nsz/dlc", dlc) for update in updates: - if fullid in update: + if shortid in update: remove("nsz/updates", update)