mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Add DLC language packs to orphan check
Forgot to add DLC language packs to Downloader::checkOrphans in ff2264763e4f1b1009eb10510a0d6dd738711e26
This commit is contained in:
parent
ff2264763e
commit
60fb4db339
@ -2103,7 +2103,8 @@ void Downloader::checkOrphans()
|
|||||||
{
|
{
|
||||||
bFoundFile = isPresent(games[i].dlcs[k].installers, filepath_vector[j], config.blacklist)
|
bFoundFile = isPresent(games[i].dlcs[k].installers, filepath_vector[j], config.blacklist)
|
||||||
|| isPresent(games[i].dlcs[k].extras, filepath_vector[j], config.blacklist)
|
|| isPresent(games[i].dlcs[k].extras, filepath_vector[j], config.blacklist)
|
||||||
|| isPresent(games[i].dlcs[k].patches, filepath_vector[j], config.blacklist);
|
|| isPresent(games[i].dlcs[k].patches, filepath_vector[j], config.blacklist)
|
||||||
|
|| isPresent(games[i].dlcs[k].languagepacks, filepath_vector[j], config.blacklist);
|
||||||
if(bFoundFile)
|
if(bFoundFile)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user