Fix old file deletion. (#5688)
This commit is contained in:
@@ -1163,7 +1163,6 @@ void SaveManager::LoadFile(int fileNum) {
|
|||||||
" " + newFileName + "\n" +
|
" " + newFileName + "\n" +
|
||||||
"If this was not in error, the file should be deleted.");
|
"If this was not in error, the file should be deleted.");
|
||||||
saveMtx.unlock();
|
saveMtx.unlock();
|
||||||
SaveFile(fileNum);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user