mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 12:01:28 +12:00
Fix build
This commit is contained in:
parent
574596b4e0
commit
1909950409
7 changed files with 83 additions and 83 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue