summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalkierian <malkierian@gmail.com>2025-07-21 17:57:40 -0700
committerGitHub <noreply@github.com>2025-07-21 17:57:40 -0700
commit5066fbf82c541ce3bf861a52e9892f5a3719f59e (patch)
treefec64ffc1d56a4813a325bc71c2c2929e67b98e7
parent47c5a7f30841045c833bbf4712d8c85ffd6f0000 (diff)
Fix old file deletion. (#5688)9.0.3
-rw-r--r--soh/soh/SaveManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/soh/soh/SaveManager.cpp b/soh/soh/SaveManager.cpp
index 43bd25b23..b62dbfee6 100644
--- a/soh/soh/SaveManager.cpp
+++ b/soh/soh/SaveManager.cpp
@@ -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;
}
}