mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T423, changed strategy to force position updates
* force update for "some time", and remove all sent information * no longer update some cycles, but for some time * updated FSX/P3D/XPlane drivers
This commit is contained in:
@@ -795,7 +795,7 @@ namespace BlackSimPlugin
|
||||
PlanesTransponders planesTransponders;
|
||||
|
||||
int aircraftNumber = 0;
|
||||
const bool updateAllAircraft = m_updateAllRemoteAircraftCycles > 0;
|
||||
const bool updateAllAircraft = this->isUpdateAllRemoteAircraft(currentTimestamp);
|
||||
for (const CXPlaneMPAircraft &xplaneAircraft : xplaneAircraftList)
|
||||
{
|
||||
const CCallsign callsign(xplaneAircraft.getCallsign());
|
||||
|
||||
Reference in New Issue
Block a user