aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-04 15:21:17 -0500
committerMichael <[email protected]>2017-02-04 15:21:22 -0500
commit5528c3d64a2edd4facb4671710e506053374ca73 (patch)
tree0c4cb0d65a97db5cb8b2c97634e6e7aacb228ebb /ShiftOS.WinForms/Oobe.cs
parent2592ebb6252769dfca580fd88d6307766291b36e (diff)
downloadshiftos_thereturn-5528c3d64a2edd4facb4671710e506053374ca73.tar.gz
shiftos_thereturn-5528c3d64a2edd4facb4671710e506053374ca73.tar.bz2
shiftos_thereturn-5528c3d64a2edd4facb4671710e506053374ca73.zip
Initiate shiftorium on user reregister
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index b04f6e0..452bb5e 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -235,6 +235,9 @@ namespace ShiftOS.WinForms
save.Password = p;
save.SystemName = s;
SaveSystem.CurrentSave = save;
+ SaveSystem.CurrentSave.Upgrades = new Dictionary<string, bool>();
+ Shiftorium.Init();
+
SaveSystem.SaveGame();
if(Utils.FileExists(Paths.SaveFileInner))
Utils.Delete(Paths.SaveFileInner);