Sven Czarnian 3 anni fa
parent
commit
b88d2aabda
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/PlugIn.cpp

+ 1 - 0
src/PlugIn.cpp

@@ -662,6 +662,7 @@ void PlugIn::OnTimer(int counter) {
 
     for (auto& airport : this->m_updateQueue) {
         aman::AircraftUpdate update;
+        update.set_airport(airport.first);
         bool inserted = false;
 
         for (auto target = this->RadarTargetSelectFirst(); true == target.IsValid(); target = this->RadarTargetSelectNext(target)) {