diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-23 17:42:07 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-23 17:42:07 +0100 |
| commit | 62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91 (patch) | |
| tree | 0af751bf2de9485a0dda49058a444d321b7e870d /TimeHACK.Engine | |
| parent | 110089e0d7fcbc454dc55c0619ec4ccebc1a7e85 (diff) | |
| download | histacom2-62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91.tar.gz histacom2-62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91.tar.bz2 histacom2-62a2bc4706a331eaed2bcd7c08ffb88b4afe8b91.zip | |
Finished the realistic desktop
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/SaveSystem.cs | 2 |
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; } |
