mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T717, simulator "is test" conditions where required
This commit is contained in:
committed by
Mat Sutcliffe
parent
a3959ffbea
commit
6151f434c6
@@ -1175,7 +1175,7 @@ namespace BlackSimPlugin
|
||||
void CSimulatorFsxCommon::timerBasedObjectAddOrRemove()
|
||||
{
|
||||
this->addPendingAircraft(AddByTimer);
|
||||
this->physicallyRemoveAircraftNotInProvider();
|
||||
if (!this->isTestMode()) { this->physicallyRemoveAircraftNotInProvider(); }
|
||||
}
|
||||
|
||||
void CSimulatorFsxCommon::addPendingAircraftAfterAdded()
|
||||
|
||||
Reference in New Issue
Block a user