Update HISP

This commit is contained in:
Li 2022-11-17 13:32:47 +13:00
parent d73cd92c52
commit 29e5ab8093
8 changed files with 31 additions and 23 deletions

View file

@ -85,11 +85,6 @@ namespace HISP.Server
Logger.CrashPrint(crashMsg);
try
{
GameServer.ShutdownServer();
}
catch (Exception) { };
}