Fix old file deletion. (#5688)

This commit is contained in:
Malkierian 2025-07-21 17:57:40 -07:00 committed by GitHub
commit 5066fbf82c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1163,7 +1163,6 @@ void SaveManager::LoadFile(int fileNum) {
" " + newFileName + "\n" +
"If this was not in error, the file should be deleted.");
saveMtx.unlock();
SaveFile(fileNum);
return;
}
}