aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-04 21:07:43 -0400
committerMichael <[email protected]>2017-06-04 21:07:43 -0400
commit3e11eca70481841b6e2f2253d667944779cfd5fb (patch)
treecd7a00d501affe96028bfb21a8dec90c2ee63f2c /ShiftOS_TheReturn
parent5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37 (diff)
downloadshiftos_thereturn-3e11eca70481841b6e2f2253d667944779cfd5fb.tar.gz
shiftos_thereturn-3e11eca70481841b6e2f2253d667944779cfd5fb.tar.bz2
shiftos_thereturn-3e11eca70481841b6e2f2253d667944779cfd5fb.zip
Fix story autosave
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Story.cs2
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);