mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
[FS9] Read and update own aircraft model via FSUIPC
FS9 plugin did not detect own aircraft model under all circumstances. FS9 does not initially send it when connecting - only during initial selection and if it is changed later. In order to get the initial model if swift is started while FS9 was already running, read it regularly from FSUIPC.
This commit is contained in:
committed by
Klaus Basan
parent
55b19d2f74
commit
6f5193a74f
@@ -356,6 +356,7 @@ namespace BlackSimPlugin
|
||||
simDataOwnAircraft.getCom2System(),
|
||||
simDataOwnAircraft.getTransponder(),
|
||||
this->identifier());
|
||||
reverseLookupAndUpdateOwnAircraftModel(simDataOwnAircraft.getModelString());
|
||||
}
|
||||
|
||||
void CSimulatorFs9::disconnectAllClients()
|
||||
|
||||
Reference in New Issue
Block a user