diff options
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/App.config | 2 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/App.config b/ShiftOS.WinForms/App.config index a5749ef..efb416e 100644 --- a/ShiftOS.WinForms/App.config +++ b/ShiftOS.WinForms/App.config @@ -4,7 +4,7 @@ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> </startup> <runtime> - <loadFromRemoteSources enabled="true"/> + <loadFromRemoteSources enabled="true" /> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 20d8ab5..b7bc3d8 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -173,6 +173,7 @@ namespace ShiftOS.WinForms Thread.Sleep(500); TextType("I will reboot your system in Tutorial Mode now. Complete the tutorial, and you shall be on your way."); SaveSystem.CurrentSave = MySave; + SaveSystem.CurrentSave.StoryPosition = 1; SaveSystem.SaveGame(); this.Invoke(new Action(() => { |
