diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 11:41:27 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 11:41:27 +0100 |
| commit | bc6a8c1ada9230cab511aa5bcc9bdfbf43956e7e (patch) | |
| tree | a9a1755b81e425cb52f4719e7219d749fe885043 /TimeHACK.Engine | |
| parent | 64aba62685ea387b0637560b225d80cdc14629e9 (diff) | |
| download | histacom2-bc6a8c1ada9230cab511aa5bcc9bdfbf43956e7e.tar.gz histacom2-bc6a8c1ada9230cab511aa5bcc9bdfbf43956e7e.tar.bz2 histacom2-bc6a8c1ada9230cab511aa5bcc9bdfbf43956e7e.zip | |
Fully Working Web View Part 2
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 de34318..383a372 100644 --- a/TimeHACK.Engine/SaveSystem.cs +++ b/TimeHACK.Engine/SaveSystem.cs @@ -58,7 +58,7 @@ namespace TimeHACK.Engine { get { - return Path.Combine(ProfileFileSystemDirectory, "Computer"); + return Path.Combine(ProfileFileSystemDirectory, "CDrive"); } } |
