diff options
| author | Michael <[email protected]> | 2017-05-05 11:52:43 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-05 11:52:43 -0400 |
| commit | bbc5a738b1b3d86d2a71c1188fad89b533f251ce (patch) | |
| tree | 4f8aa2607aec6590cc6904553c751154e421d300 /ShiftOS_TheReturn/SaveSystem.cs | |
| parent | 39b3b4c62c88cb94ce7a5ecefe38754aac4dc3f7 (diff) | |
| download | shiftos_thereturn-bbc5a738b1b3d86d2a71c1188fad89b533f251ce.tar.gz shiftos_thereturn-bbc5a738b1b3d86d2a71c1188fad89b533f251ce.tar.bz2 shiftos_thereturn-bbc5a738b1b3d86d2a71c1188fad89b533f251ce.zip | |
shiftfs permissions
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
| -rw-r--r-- | ShiftOS_TheReturn/SaveSystem.cs | 2 |
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)); } |
