aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorwowmom98 <[email protected]>2017-02-25 22:25:27 -0500
committerwowmom98 <[email protected]>2017-02-25 22:25:35 -0500
commit3a46014d655a9d36e51fec5a6ddddde9937647e1 (patch)
tree6b8e82da53fe40fa3df867971cc9ae7cafc56c87 /ShiftOS_TheReturn
parent4e00fc827d5f1b57c809858252c4c513100543fe (diff)
downloadshiftos_thereturn-3a46014d655a9d36e51fec5a6ddddde9937647e1.tar.gz
shiftos_thereturn-3a46014d655a9d36e51fec5a6ddddde9937647e1.tar.bz2
shiftos_thereturn-3a46014d655a9d36e51fec5a6ddddde9937647e1.zip
Color picker no longer british, more color picker ui fixes, and possible fix to issue #97
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Commands.cs2
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;
}