This commit is contained in:
Benau 2018-09-30 11:08:54 +08:00
parent 767651124a
commit 6809984928

View File

@ -2357,7 +2357,8 @@ static void cleanSuperTuxKart()
#ifndef SERVER_ONLY #ifndef SERVER_ONLY
if (!ProfileWorld::isNoGraphics()) if (!ProfileWorld::isNoGraphics())
{ {
if(!NewsManager::get()->waitForReadyToDeleted(2.0f)) if (UserConfigParams::m_internet_status == Online::RequestManager::
IPERM_ALLOWED && !NewsManager::get()->waitForReadyToDeleted(2.0f))
{ {
Log::info("Thread", "News manager not stopping, exiting anyway."); Log::info("Thread", "News manager not stopping, exiting anyway.");
} }