mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Various cleanups and fixes due to feedback
This commit is contained in:
@@ -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*/)
|
||||
|
||||
Reference in New Issue
Block a user