Ref T259, Ref T243 unify ground details when a new situation is received

This commit is contained in:
Klaus Basan
2018-04-04 05:15:11 +02:00
parent bc4875afbb
commit aa21d9ea92
3 changed files with 9 additions and 3 deletions

View File

@@ -938,7 +938,7 @@ namespace BlackCore
else if (client.hasCapability(CClient::FsdWithAircraftConfig))
{
const CAircraftPartsList parts = this->remoteAircraftParts(callsign);
if (!parts.isEmpty()) { correctedSituation.adjustGroundFlag(parts); }
if (!parts.isEmpty()) { correctedSituation.adjustGroundFlag(parts, true); }
}
}