aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/SaveSystem.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-05 21:57:09 -0400
committerlempamo <[email protected]>2017-04-05 21:57:09 -0400
commit07376e9ecd6687b2c4278661d0eaf3795d5124c3 (patch)
tree76c1d65a001044251162351de788ba242dfe56de /ShiftOS_TheReturn/SaveSystem.cs
parentc8f7cd286327a70280a7db132e45943b44273235 (diff)
downloadshiftos_thereturn-07376e9ecd6687b2c4278661d0eaf3795d5124c3.tar.gz
shiftos_thereturn-07376e9ecd6687b2c4278661d0eaf3795d5124c3.tar.bz2
shiftos_thereturn-07376e9ecd6687b2c4278661d0eaf3795d5124c3.zip
language selection screen!
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
-rw-r--r--ShiftOS_TheReturn/SaveSystem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs
index df4c6d6..5188bf1 100644
--- a/ShiftOS_TheReturn/SaveSystem.cs
+++ b/ShiftOS_TheReturn/SaveSystem.cs
@@ -70,7 +70,7 @@ 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));