Fixes server shutdowns

This commit is contained in:
hondacrx
2018-01-12 11:16:55 -05:00
parent f06de3ffcf
commit 950a083a2a
4 changed files with 17 additions and 8 deletions
+1
View File
@@ -111,6 +111,7 @@ namespace WorldServer
catch (Exception ex)
{
Log.outException(ex);
ExitNow();
}
}