Revert NativeAOT becuase MS broke it

This commit is contained in:
Li 2022-07-18 00:09:57 +12:00
parent 41a6038527
commit 39acd7f7eb
6 changed files with 49 additions and 39 deletions

View file

@ -75,10 +75,10 @@ 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) { };
GameServer.ShutdownServer();
Thread.Sleep(5000);
Environment.Exit(1);
}