diff options
| -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); |
