From 3a46014d655a9d36e51fec5a6ddddde9937647e1 Mon Sep 17 00:00:00 2001 From: wowmom98 Date: Sat, 25 Feb 2017 22:25:27 -0500 Subject: Color picker no longer british, more color picker ui fixes, and possible fix to issue #97 --- ShiftOS_TheReturn/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS_TheReturn') 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; } -- cgit v1.2.3