diff --git a/HorseIsleServer/LibHISP/Server/Entry.cs b/HorseIsleServer/LibHISP/Server/Entry.cs index f90119e..f4c7c3a 100644 --- a/HorseIsleServer/LibHISP/Server/Entry.cs +++ b/HorseIsleServer/LibHISP/Server/Entry.cs @@ -75,7 +75,6 @@ namespace HISP.Server File.AppendAllText("crashlog.txt", "HISP HAS CRASHED :(\n"); File.AppendAllText("crashlog.txt", "Unhandled Exception: " + execpt.ToString() + "\n"); File.AppendAllText("crashlog.txt", execpt.StackTrace + "\n"); - GameServer.ShutdownServer(); } catch (Exception) { };