Fix build

This commit is contained in:
Li 2022-11-20 15:06:37 +13:00
parent 574596b4e0
commit 1909950409
7 changed files with 83 additions and 83 deletions

View file

@ -532,9 +532,10 @@ namespace HISP.Server
{
#if OS_DEBUG
throw e;
#endif
#else
Logger.ErrorPrint("Unhandled Exception: " + e.Message + "\n" + e.StackTrace);
Kick("Unhandled Exception: " + e.Message + "\n" + e.StackTrace);
#endif
}
}