mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
[FSD] Fixed failing test and crashing test
This commit is contained in:
@@ -103,7 +103,7 @@ namespace BlackCore
|
||||
|
||||
fsdMessageSettingsChanged();
|
||||
|
||||
if (!m_statistics && (CBuildConfig::isLocalDeveloperDebugBuild() || sApp->getOwnDistribution().isRestricted()))
|
||||
if (!m_statistics && (CBuildConfig::isLocalDeveloperDebugBuild() || (sApp && sApp->getOwnDistribution().isRestricted())))
|
||||
{
|
||||
CLogMessage("Enabled network statistics");
|
||||
m_statistics = true;
|
||||
|
||||
Reference in New Issue
Block a user