diff options
| author | Michael <[email protected]> | 2017-07-13 21:30:04 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-13 21:30:04 -0400 |
| commit | e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b (patch) | |
| tree | b88810b1dadf0c3893cadeaebe84351784ef18de /ShiftOS_TheReturn/SaveSystem.cs | |
| parent | e92af1bc7fe5cd5860206061f4ff261b3339cc51 (diff) | |
| download | shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.tar.gz shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.tar.bz2 shiftos_thereturn-e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b.zip | |
Delete a LOT of obsolete code
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
| -rw-r--r-- | ShiftOS_TheReturn/SaveSystem.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs index 292af41..99d1868 100644 --- a/ShiftOS_TheReturn/SaveSystem.cs +++ b/ShiftOS_TheReturn/SaveSystem.cs @@ -90,7 +90,6 @@ namespace ShiftOS.Engine { var root = new ShiftOS.Objects.ShiftFS.Directory(); root.Name = "System"; - root.permissions = UserPermissions.Guest; System.IO.File.WriteAllText(Paths.SaveFile, JsonConvert.SerializeObject(root)); } |
