This commit is contained in:
Sude 2024-01-15 01:23:52 +02:00
parent a7de153d76
commit 9779a0e878

View File

@ -3968,7 +3968,7 @@ void Downloader::galaxyInstallGameById(const std::string& product_id, int build_
{ {
if (Globals::globalConfig.iMsgLevel >= MSGLEVEL_VERBOSE) if (Globals::globalConfig.iMsgLevel >= MSGLEVEL_VERBOSE)
std::cout << "Skipping blacklisted file: " << item_install_path << std::endl; std::cout << "Skipping blacklisted file: " << item_install_path << std::endl;
items.erase(it); it = items.erase(it);
} }
else else
{ {