Correct naming...

This commit is contained in:
Dmitry 2019-07-28 21:42:32 +03:00 committed by jeefo
commit d9d3d435ec
2 changed files with 2 additions and 2 deletions

View file

@ -2605,7 +2605,7 @@ void BotGraph::eraseFromDisk () {
for (const auto &item : forErase) {
if (File::exists (item)) {
plat.removeDirectory (item.chars ());
plat.removeFile (item.chars ());
game.print ("File %s, has been deleted from the hard disk", item.chars ());
}
else {