Various cleanups and fixes due to feedback

This commit is contained in:
leak
2014-06-22 16:29:49 +02:00
parent ca3327dbed
commit bfcbde1c97
5 changed files with 11 additions and 14 deletions

View File

@@ -171,7 +171,7 @@ int Master::Run()
std::thread worldThread(WorldThread);
std::thread* cliThread = NULL;
std::thread* cliThread = nullptr;
#ifdef _WIN32
if (sConfigMgr->GetBoolDefault("Console.Enable", true) && (m_ServiceStatus == -1)/* need disable console in service mode*/)