remove shutdown call

This commit is contained in:
Li 2022-07-18 00:50:23 +12:00
parent cc3cec4c8a
commit 0c299729dd

View file

@ -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) { };