This commit is contained in:
Klaus Basan
2019-03-16 23:15:56 +01:00
committed by Mat Sutcliffe
parent e53e37f770
commit 6e0d855bf7
2 changed files with 3 additions and 2 deletions

View File

@@ -789,8 +789,8 @@ namespace BlackCore
{
Q_UNUSED(livery);
Q_ASSERT_X(sApp && sApp->hasWebDataServices(), Q_FUNC_INFO, "Missing web data services");
if (m_modelSet.isEmpty()) { return; } // ignore empty sets to not create silly stats
if (sessionId.isEmpty()) { return; }
if (m_modelSet.isEmpty()) { return; } // ignore empty sets to not create silly stats
if (sessionId.isEmpty()) { return; }
if (aircraftIcao.isEmpty()) { return; }
QString description;