aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/SaveSystem.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-06 10:17:19 -0400
committerlempamo <[email protected]>2017-04-06 10:17:19 -0400
commit9a8949cffcd454f6297923c7001cfb036604e02f (patch)
treef974f5cb6d1cf892ac97a7381a536eac629aebd6 /ShiftOS_TheReturn/SaveSystem.cs
parent07376e9ecd6687b2c4278661d0eaf3795d5124c3 (diff)
downloadshiftos_thereturn-9a8949cffcd454f6297923c7001cfb036604e02f.tar.gz
shiftos_thereturn-9a8949cffcd454f6297923c7001cfb036604e02f.tar.bz2
shiftos_thereturn-9a8949cffcd454f6297923c7001cfb036604e02f.zip
language changing actually works
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
-rw-r--r--ShiftOS_TheReturn/SaveSystem.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs
index 5188bf1..9ff3111 100644
--- a/ShiftOS_TheReturn/SaveSystem.cs
+++ b/ShiftOS_TheReturn/SaveSystem.cs
@@ -70,7 +70,6 @@ namespace ShiftOS.Engine
root.permissions = Permissions.All;
System.IO.File.WriteAllText(Paths.SaveFile, JsonConvert.SerializeObject(root));
}
- CurrentSave.Language = Localization.GetLanguageID();
if (Utils.Mounts.Count == 0)
Utils.Mount(System.IO.File.ReadAllText(Paths.SaveFile));
@@ -176,6 +175,8 @@ namespace ShiftOS.Engine
}
+ Localization.SetupTHETRUEDefaultLocals();
+
Shiftorium.Init();
while (CurrentSave.StoryPosition < 1)