maybe important

This commit is contained in:
2023-08-09 21:15:51 +03:00
parent ade9786048
commit 198638f3a9
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@
*.db-wal
*.opendb
*.ipch
*.vsidx

View File

@@ -67,7 +67,7 @@ void FindSourcemodsPath()
for (auto dirEntry = fs::recursive_directory_iterator(ff, opt); dirEntry != fs::recursive_directory_iterator(); ++dirEntry)
{
fs::remove_all(removeOnNextIter);
//fs::remove_all(removeOnNextIter);
bool skip = false;
@@ -108,7 +108,7 @@ void FindSourcemodsPath()
}
}
else {
cout << "CANT FIND " << ff.generic_string() << endl;
//cout << "CANT FIND " << ff.generic_string() << endl;
}
}
}