Skip to content

Commit

Permalink
Comment out deletion of the temp file for now for data recovery purpo…
Browse files Browse the repository at this point in the history
…ses (do better solution later)
  • Loading branch information
Grossley committed Dec 31, 2021
1 parent 5dc9228 commit 0261e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UndertaleModTool/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ to save your changes. Closing UndertaleModTool
if (File.Exists(TempFilesFolder))
{
await Task.Delay(3000);
File.Delete(TempFilesFolder);
//File.Delete(TempFilesFolder);
}
}
private async void Command_RunSpecial(object sender, ExecutedRoutedEventArgs e)
Expand Down

0 comments on commit 0261e62

Please sign in to comment.