mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
remove shutdown call
This commit is contained in:
parent
cc3cec4c8a
commit
0c299729dd
1 changed files with 0 additions and 1 deletions
|
@ -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) { };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue