Fix #2813
This commit is contained in:
parent
767651124a
commit
6809984928
@ -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.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user