Skip to content

Commit 5066fbf

Browse files
authored
Fix old file deletion. (#5688)
1 parent 47c5a7f commit 5066fbf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

soh/soh/SaveManager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,6 @@ void SaveManager::LoadFile(int fileNum) {
11631163
" " + newFileName + "\n" +
11641164
"If this was not in error, the file should be deleted.");
11651165
saveMtx.unlock();
1166-
SaveFile(fileNum);
11671166
return;
11681167
}
11691168
}

0 commit comments

Comments
 (0)