diff --git a/src/network/stk_host.cpp b/src/network/stk_host.cpp index 1b0f0842a..e1ba50798 100644 --- a/src/network/stk_host.cpp +++ b/src/network/stk_host.cpp @@ -47,7 +47,7 @@ #include STKHost *STKHost::m_stk_host = NULL; -bool STKHost::m_enable_console = true; +bool STKHost::m_enable_console = false; void STKHost::create() { @@ -323,6 +323,7 @@ void STKHost::init() ProtocolManager::getInstance(); // Optional: start the network console + m_network_console = NULL; if(m_enable_console) { m_network_console = new NetworkConsole();