mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T717, simulator adjustments to support "TEST AIRCRAFT"
This commit is contained in:
committed by
Mat Sutcliffe
parent
903cf07eac
commit
838e41051c
@@ -1602,7 +1602,7 @@ namespace BlackSimPlugin
|
||||
const CSimConnectObject removedPendingObj = this->removeFromAddPendingAndAddAgainAircraft(callsign);
|
||||
|
||||
// create AI after crosschecking it
|
||||
if (!probe && !this->isAircraftInRange(callsign))
|
||||
if (!probe && !this->isAircraftInRangeOrTestMode(callsign))
|
||||
{
|
||||
CLogMessage(this).info(u"Skipping adding of '%1' since it is no longer in range") << callsign.asString();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user