mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Issue #15 Register CSequence as a sequential container metatype
This commit is contained in:
@@ -1211,7 +1211,7 @@ namespace BlackSimPlugin
|
||||
if (!pendingSimObj.hasCallsign()) { continue; }
|
||||
if (pendingSimObj.isTerrainProbe() || aircraftCallsignsInRange.contains(pendingSimObj.getCallsign()))
|
||||
{
|
||||
toBeAddedAircraft.insert(pendingSimObj.getAircraft());
|
||||
toBeAddedAircraft.push_back(pendingSimObj.getAircraft());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user