mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Fix resources
This commit is contained in:
parent
e9fdf1ff6f
commit
266407c3c4
1 changed files with 8 additions and 1 deletions
|
@ -84,7 +84,14 @@ namespace HISP.Server
|
||||||
crashMsg += execpt.StackTrace + "\r\n";
|
crashMsg += execpt.StackTrace + "\r\n";
|
||||||
|
|
||||||
Logger.CrashPrint(crashMsg);
|
Logger.CrashPrint(crashMsg);
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
GameServer.ShutdownServer();
|
||||||
|
}
|
||||||
|
catch (Exception) { };
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue