diff options
| author | Michael <[email protected]> | 2017-04-16 09:48:33 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-16 09:48:33 -0400 |
| commit | a0fc2b5e701659d1ed17eba9c2888cae6d519c1e (patch) | |
| tree | 4a76428de6c261f5d0f003f471de9813d4abed10 /ShiftOS_TheReturn/CrashHandler.cs | |
| parent | c1457428399f815d51dd535752b74ce3bcb484af (diff) | |
| download | shiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.tar.gz shiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.tar.bz2 shiftos_thereturn-a0fc2b5e701659d1ed17eba9c2888cae6d519c1e.zip | |
More documentation
Diffstat (limited to 'ShiftOS_TheReturn/CrashHandler.cs')
| -rw-r--r-- | ShiftOS_TheReturn/CrashHandler.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/CrashHandler.cs b/ShiftOS_TheReturn/CrashHandler.cs index 734f1a9..ed42ea5 100644 --- a/ShiftOS_TheReturn/CrashHandler.cs +++ b/ShiftOS_TheReturn/CrashHandler.cs @@ -97,7 +97,6 @@ namespace ShiftOS.Engine { if(SaveSystem.CurrentSave != null) TerminalBackend.InvokeCommand("sos.save"); - AudioManager.Kill(); ServerManager.Disconnect(); while (Application.OpenForms.Count > 0) |
