update the report to get the latest information

This commit is contained in:
Sven Czarnian
2021-11-15 20:26:05 +01:00
父節點 cae904ee39
當前提交 0a51874006

查看文件

@@ -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: