fix tinfoil
This commit is contained in:
parent
47e985e642
commit
bf5575b21f
@ -118,7 +118,7 @@ for base in bases:
|
|||||||
remove("nsz/base", base)
|
remove("nsz/base", base)
|
||||||
|
|
||||||
fullid = get_title_fullid(base)
|
fullid = get_title_fullid(base)
|
||||||
shortid = fullid[0:-4]
|
shortid = fullid[0:-4] if fullid else fullid
|
||||||
|
|
||||||
for dlc in dlcs:
|
for dlc in dlcs:
|
||||||
if shortid in dlc:
|
if shortid in dlc:
|
||||||
|
Loading…
Reference in New Issue
Block a user