migging assignment
This commit is contained in:
parent
427525d1d0
commit
0592645e9f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user