diff options
| author | Michael <[email protected]> | 2017-05-08 12:09:45 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-08 12:09:45 -0400 |
| commit | 64f491ff2821f99fc7485d9b062cc75c7d8fff1c (patch) | |
| tree | 555152632b204116f1da06424d37398579634c1a /ShiftOS.WinForms/Oobe.cs | |
| parent | 75ed7e9215ba88358d9b838dd82fa3841f78ae5a (diff) | |
| download | shiftos_thereturn-64f491ff2821f99fc7485d9b062cc75c7d8fff1c.tar.gz shiftos_thereturn-64f491ff2821f99fc7485d9b062cc75c7d8fff1c.tar.bz2 shiftos_thereturn-64f491ff2821f99fc7485d9b062cc75c7d8fff1c.zip | |
Fix softlock when creating new saves.
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index a4d63e0..0bcb290 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -316,7 +316,9 @@ You must join the digital society, rise up the ranks, and save us. { sve.StoryPosition = 8675309; SaveSystem.CurrentSave = sve; + Shiftorium.Silent = true; SaveSystem.SaveGame(); + Shiftorium.Silent = false; }); } |
