update the report to get the latest information

This commit is contained in:
Sven Czarnian
2021-11-15 20:26:05 +01:00
vanhempi cae904ee39
commit 0a51874006

Näytä tiedosto

@@ -69,6 +69,7 @@ class RecedingHorizonControl:
self.AssignedWindow[inbound.Callsign][1] = 0
plannedInbound = self.Windows[index].inbound(inbound.Callsign)
plannedInbound.Report = inbound.Report
plannedInbound.CurrentPosition = inbound.CurrentPosition
# ingore fixed updates
if True == plannedInbound.FixedSequence or index < self.FreezedIndex: