mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
parent
60fb4db339
commit
0c89f13b10
@ -2101,12 +2101,12 @@ void Downloader::checkOrphans()
|
|||||||
{ // Check dlcs
|
{ // Check dlcs
|
||||||
for (unsigned int k = 0; k < games[i].dlcs.size(); ++k)
|
for (unsigned int k = 0; k < games[i].dlcs.size(); ++k)
|
||||||
{
|
{
|
||||||
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);
|
|| isPresent(games[i].dlcs[k].languagepacks, filepath_vector[j], config.blacklist);
|
||||||
if(bFoundFile)
|
if(bFoundFile)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!bFoundFile)
|
if (!bFoundFile)
|
||||||
|
Loading…
Reference in New Issue
Block a user