Fix resources

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

View file

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