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_TheReturn/Story.cs | |
| 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_TheReturn/Story.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Story.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Story.cs b/ShiftOS_TheReturn/Story.cs index 4d1d5cc..f473f89 100644 --- a/ShiftOS_TheReturn/Story.cs +++ b/ShiftOS_TheReturn/Story.cs @@ -154,7 +154,7 @@ namespace ShiftOS.Engine Method = mth, AutoComplete = true, }; - SaveSystem.CurrentSave.Password = Context.Id; + SaveSystem.CurrentSave.PickupPoint = Context.Id; Context.OnComplete += () => { StoryComplete?.Invoke(stid); |
