mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
[FSD] Style and minor fix, check for network ICAO 1st and not for simulator model (correct display)
This commit is contained in:
committed by
Mat Sutcliffe
parent
ff2ab95367
commit
e9f8be013c
@@ -1309,7 +1309,7 @@ namespace BlackCore
|
||||
|
||||
void CAircraftMatcher::evaluateStatisticsEntry(const QString &sessionId, const CCallsign &callsign, const QString &aircraftIcao, const QString &airlineIcao, const QString &livery)
|
||||
{
|
||||
Q_UNUSED(livery);
|
||||
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; }
|
||||
|
||||
Reference in New Issue
Block a user