diff options
| author | Michael VanOverbeek <[email protected]> | 2017-02-26 08:37:06 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-26 08:37:06 -0500 |
| commit | e1e0d142dc6a1c1f1b21d7ae2b7d7e699963d268 (patch) | |
| tree | e670f4d26dbd03f218275550aa12640f729e12b5 /ShiftOS_TheReturn | |
| parent | ab8c5c6f467b9ae61c27cdfb1a68c2812cb7d78f (diff) | |
| parent | 3a46014d655a9d36e51fec5a6ddddde9937647e1 (diff) | |
| download | shiftos_thereturn-e1e0d142dc6a1c1f1b21d7ae2b7d7e699963d268.tar.gz shiftos_thereturn-e1e0d142dc6a1c1f1b21d7ae2b7d7e699963d268.tar.bz2 shiftos_thereturn-e1e0d142dc6a1c1f1b21d7ae2b7d7e699963d268.zip | |
Merge branch 'master' into master
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index 3952995..9bc876f 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -358,8 +358,8 @@ namespace ShiftOS.Engine [Command("shutdown")] public static bool Shutdown() { - SaveSystem.ShuttingDown = true; TerminalBackend.InvokeCommand("sos.save"); + SaveSystem.ShuttingDown = true; AppearanceManager.Exit(); return true; } |
