Fix resources

This commit is contained in:
Li 2022-11-11 19:12:16 +13:00
parent e9fdf1ff6f
commit 266407c3c4

View file

@ -84,7 +84,14 @@ namespace HISP.Server
crashMsg += execpt.StackTrace + "\r\n";
Logger.CrashPrint(crashMsg);
try
{
GameServer.ShutdownServer();
}
catch (Exception) { };
}
}
}