diff options
| author | Michael <[email protected]> | 2017-02-04 15:21:17 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-04 15:21:22 -0500 |
| commit | 5528c3d64a2edd4facb4671710e506053374ca73 (patch) | |
| tree | 0c4cb0d65a97db5cb8b2c97634e6e7aacb228ebb | |
| parent | 2592ebb6252769dfca580fd88d6307766291b36e (diff) | |
| download | shiftos_thereturn-5528c3d64a2edd4facb4671710e506053374ca73.tar.gz shiftos_thereturn-5528c3d64a2edd4facb4671710e506053374ca73.tar.bz2 shiftos_thereturn-5528c3d64a2edd4facb4671710e506053374ca73.zip | |
Initiate shiftorium on user reregister
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 3 |
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); |
