diff options
| author | Michael <[email protected]> | 2017-05-27 16:59:54 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-27 16:59:54 -0400 |
| commit | e841b168e13e0bd699c0e0d19857167aa725f1ca (patch) | |
| tree | 6d8754bbf66fcc52e80d4d0bf642d919c5a41aee /ShiftOS_TheReturn | |
| parent | fde832b35763443afdc57dc8a5d82fb3bb25009b (diff) | |
| download | shiftos_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.cs | 2 |
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 }); } |
