mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T259, Ref T243 unify ground details when a new situation is received
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user