aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/FakeSetupScreen.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-05 10:56:48 -0500
committerMichael <[email protected]>2017-02-05 10:56:48 -0500
commit19b13528f6e4ecbef8aaca92d6bdcf7d23d42838 (patch)
treed12032138c15bd0e891856c6f5ead9cc86428a46 /ShiftOS.WinForms/FakeSetupScreen.cs
parentb1923154095df7b26d3e5263b5219f38f7c58c38 (diff)
downloadshiftos_thereturn-19b13528f6e4ecbef8aaca92d6bdcf7d23d42838.tar.gz
shiftos_thereturn-19b13528f6e4ecbef8aaca92d6bdcf7d23d42838.tar.bz2
shiftos_thereturn-19b13528f6e4ecbef8aaca92d6bdcf7d23d42838.zip
Server now FULLY encrypts saves
Diffstat (limited to 'ShiftOS.WinForms/FakeSetupScreen.cs')
-rw-r--r--ShiftOS.WinForms/FakeSetupScreen.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/FakeSetupScreen.cs b/ShiftOS.WinForms/FakeSetupScreen.cs
index b7b8612..8a6aa95 100644
--- a/ShiftOS.WinForms/FakeSetupScreen.cs
+++ b/ShiftOS.WinForms/FakeSetupScreen.cs
@@ -347,7 +347,7 @@ So make sure your password is secure enough that it can't be guessed, but easy f
{
ShiftOS.Objects.ShiftFS.Utils.Delete(Paths.GetPath("user.dat"));
System.IO.File.WriteAllText(Paths.SaveFile, ShiftOS.Objects.ShiftFS.Utils.ExportMount(0));
- Application.Restart();
+ SaveSystem.Restart();
}
}
}