Core/Misc: Cleanups

This commit is contained in:
hondacrx
2018-03-04 23:42:27 -05:00
parent b067976678
commit 3fc07b8b37
5 changed files with 16 additions and 19 deletions
+1
View File
@@ -186,6 +186,7 @@ namespace WorldServer
static void ExitNow()
{
Log.outInfo(LogFilter.Server, "Halting process...");
Thread.Sleep(5000);
Environment.Exit(-1);
}
}