mirror of
https://github.com/celisej567/Sourcemod_remover.git
synced 2026-09-13 20:13:08 +03:00
maybe important
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user