aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/SaveSystem.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-05-05 10:16:29 -0600
committerAShifter <[email protected]>2017-05-05 10:16:29 -0600
commita7fff72826ba12a9a87ad4edf38526174e330acb (patch)
tree2afba9246adeca69cffc98b77eb4183f680c6165 /ShiftOS_TheReturn/SaveSystem.cs
parent13b35b32c2c429e6bd2d7b41ca43cc62f305dbc5 (diff)
parent9a2373ec42faeef719cff1c7076af87ef44179a7 (diff)
downloadshiftos_thereturn-a7fff72826ba12a9a87ad4edf38526174e330acb.tar.gz
shiftos_thereturn-a7fff72826ba12a9a87ad4edf38526174e330acb.tar.bz2
shiftos_thereturn-a7fff72826ba12a9a87ad4edf38526174e330acb.zip
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
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 c3289ea..f29e5b8 100644
--- a/ShiftOS_TheReturn/SaveSystem.cs
+++ b/ShiftOS_TheReturn/SaveSystem.cs
@@ -70,7 +70,7 @@ namespace ShiftOS.Engine
{
var root = new ShiftOS.Objects.ShiftFS.Directory();
root.Name = "System";
- root.permissions = Permissions.All;
+ root.permissions = UserPermissions.Guest;
System.IO.File.WriteAllText(Paths.SaveFile, JsonConvert.SerializeObject(root));
}