aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-27 16:59:54 -0400
committerMichael <[email protected]>2017-05-27 16:59:54 -0400
commite841b168e13e0bd699c0e0d19857167aa725f1ca (patch)
tree6d8754bbf66fcc52e80d4d0bf642d919c5a41aee /ShiftOS_TheReturn
parentfde832b35763443afdc57dc8a5d82fb3bb25009b (diff)
downloadshiftos_thereturn-e841b168e13e0bd699c0e0d19857167aa725f1ca.tar.gz
shiftos_thereturn-e841b168e13e0bd699c0e0d19857167aa725f1ca.tar.bz2
shiftos_thereturn-e841b168e13e0bd699c0e0d19857167aa725f1ca.zip
stuff
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/AppearanceManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/AppearanceManager.cs b/ShiftOS_TheReturn/AppearanceManager.cs
index 81858d3..7cf06c9 100644
--- a/ShiftOS_TheReturn/AppearanceManager.cs
+++ b/ShiftOS_TheReturn/AppearanceManager.cs
@@ -190,7 +190,7 @@ namespace ShiftOS.Engine
ServerManager.Disconnect();
Desktop.InvokeOnWorkerThread(() =>
{
- Environment.Exit(0); //bye bye
+ Process.GetCurrentProcess().Kill(); //bye bye
});
}