diff options
Diffstat (limited to 'thread.cpp')
-rw-r--r-- | thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ void ServerThread::Action() { try { #if TNTVERSION >= 1606 - // tnt::Tntconfig tntconfig; + // tnt::Tntconfig tntconfig; // tntconfig.load(TntConfig::Get().GetConfigPath().c_str()); m_server.reset(new Tntnet()); //m_server->init(tntconfig); |