Merge pull request #73 from aren-cllc/patch-1

Store saves in AppData instead of My Documents
This commit is contained in:
Alex-TIMEHACK 2017-05-20 12:17:18 +01:00 committed by GitHub
commit eafc3296a0

View file

@ -16,7 +16,7 @@ public static string GameDirectory
{ {
get get
{ {
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "TimeHACK"); return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "TimeHACK");
} }
} }