Initiate shiftorium on user reregister

This commit is contained in:
Michael 2017-02-04 15:21:17 -05:00
parent 2592ebb625
commit 5528c3d64a

View file

@ -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);