diff options
| author | Michael <[email protected]> | 2017-06-04 21:07:43 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-04 21:07:43 -0400 |
| commit | 3e11eca70481841b6e2f2253d667944779cfd5fb (patch) | |
| tree | cd7a00d501affe96028bfb21a8dec90c2ee63f2c /ShiftOS.WinForms/Stories | |
| parent | 5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37 (diff) | |
| download | shiftos_thereturn-3e11eca70481841b6e2f2253d667944779cfd5fb.tar.gz shiftos_thereturn-3e11eca70481841b6e2f2253d667944779cfd5fb.tar.bz2 shiftos_thereturn-3e11eca70481841b6e2f2253d667944779cfd5fb.zip | |
Fix story autosave
Diffstat (limited to 'ShiftOS.WinForms/Stories')
| -rw-r--r-- | ShiftOS.WinForms/Stories/LegionStory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Stories/LegionStory.cs b/ShiftOS.WinForms/Stories/LegionStory.cs index 8c79f0e..056fe85 100644 --- a/ShiftOS.WinForms/Stories/LegionStory.cs +++ b/ShiftOS.WinForms/Stories/LegionStory.cs @@ -368,7 +368,7 @@ namespace ShiftOS.WinForms.Stories SetProgress(i); Thread.Sleep(100); } - Story.Start("downloader"); + SaveSystem.CurrentSave.StoriesExperienced.Add("downloader"); SetProgress(0); SetStatus("Dependencies installed."); Thread.Sleep(2000); |
