mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Improved logging of "adding aircraft" so we can see details such as the model string
This commit is contained in:
committed by
Mat Sutcliffe
parent
d947baf344
commit
26afc5160d
@@ -140,6 +140,7 @@ namespace BlackSimPlugin
|
||||
|
||||
bool CSimulatorFsxCommon::physicallyAddRemoteAircraft(const CSimulatedAircraft &newRemoteAircraft)
|
||||
{
|
||||
this->logAddingAircraftModel(newRemoteAircraft);
|
||||
return this->physicallyAddRemoteAircraftImpl(newRemoteAircraft, ExternalCall);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user