mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T370, added public removeAllRemoteAircraft
* protected clearAllRemoteAircraftData * ISimulator::clearAllRemoteAircraftData no longer calls clearAllRemoteAircraftData (circular)
This commit is contained in:
@@ -652,7 +652,7 @@ namespace BlackCore
|
||||
|
||||
if (m_simulatorPlugin.second) // check in case the plugin has been unloaded
|
||||
{
|
||||
m_simulatorPlugin.second->clearAllRemoteAircraftData(); // also removes aircraft
|
||||
m_simulatorPlugin.second->removeAllRemoteAircraft(); // also removes aircraft
|
||||
m_simulatorPlugin.second->setFlightNetworkConnected(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user