diff options
| author | Michael <[email protected]> | 2017-05-12 19:17:47 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-12 19:17:47 -0400 |
| commit | bded9d1250575e6b9824be9048ac7ac8669a303b (patch) | |
| tree | a0ef631584332088d243bacf4c87f959a821f3a3 /ShiftOS_TheReturn/Commands.cs | |
| parent | 2cede571ca23806b68344d9984c11eedaaea76e1 (diff) | |
| download | shiftos_thereturn-bded9d1250575e6b9824be9048ac7ac8669a303b.tar.gz shiftos_thereturn-bded9d1250575e6b9824be9048ac7ac8669a303b.tar.bz2 shiftos_thereturn-bded9d1250575e6b9824be9048ac7ac8669a303b.zip | |
ShiftOS is a hydra.
You pop one bug off, 2,000 more grow in its place.
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index dc0b3a2..d622bb9 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -366,7 +366,6 @@ namespace ShiftOS.Engine public static bool Shutdown() { TerminalBackend.InvokeCommand("sos.save"); - SaveSystem.ShuttingDown = true; AppearanceManager.Exit(); return true; } |
