diff options
| author | wowmom98 <[email protected]> | 2017-02-25 22:25:27 -0500 |
|---|---|---|
| committer | wowmom98 <[email protected]> | 2017-02-25 22:25:35 -0500 |
| commit | 3a46014d655a9d36e51fec5a6ddddde9937647e1 (patch) | |
| tree | 6b8e82da53fe40fa3df867971cc9ae7cafc56c87 /ShiftOS_TheReturn | |
| parent | 4e00fc827d5f1b57c809858252c4c513100543fe (diff) | |
| download | shiftos_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.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; } |
