aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-23 17:42:07 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-23 17:42:07 +0100
commit62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91 (patch)
tree0af751bf2de9485a0dda49058a444d321b7e870d /TimeHACK.Engine/SaveSystem.cs
parent110089e0d7fcbc454dc55c0619ec4ccebc1a7e85 (diff)
downloadhistacom2-62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91.tar.gz
histacom2-62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91.tar.bz2
histacom2-62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91.zip
Finished the realistic desktop
Diffstat (limited to 'TimeHACK.Engine/SaveSystem.cs')
-rw-r--r--TimeHACK.Engine/SaveSystem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs
index 08697ad..ba6ae77 100644
--- a/TimeHACK.Engine/SaveSystem.cs
+++ b/TimeHACK.Engine/SaveSystem.cs
@@ -236,7 +236,7 @@ namespace TimeHACK.Engine
// There is no "The Microsoft Network" folder!
- if (Directory.Exists(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"))) Directory.Delete(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"));
+ if (Directory.Exists(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"))) Directory.Delete(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"), true);
}
break;
}