diff --git a/HorseIsleServer/LibHISP/Server/Entry.cs b/HorseIsleServer/LibHISP/Server/Entry.cs index 9d73d60..86ea0ee 100755 --- a/HorseIsleServer/LibHISP/Server/Entry.cs +++ b/HorseIsleServer/LibHISP/Server/Entry.cs @@ -84,7 +84,14 @@ namespace HISP.Server crashMsg += execpt.StackTrace + "\r\n"; Logger.CrashPrint(crashMsg); - + + try + { + GameServer.ShutdownServer(); + } + catch (Exception) { }; + + } } }