Handle TOT offsets for patrolling flight plans.

https://github.com/dcs-liberation/dcs_liberation/issues/3107
This commit is contained in:
Dan Albert
2023-07-23 11:06:35 -07:00
parent 5fd29d8c9d
commit d2152a259c
2 changed files with 2 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ class PatrollingFlightPlan(StandardFlightPlan[LayoutT], UiZoneDisplay, ABC):
@property
def patrol_start_time(self) -> datetime:
return self.package.time_over_target
return self.tot
@property
def patrol_end_time(self) -> datetime: