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
committed by Raffson
parent c11b4149a0
commit e25aac774f
2 changed files with 2 additions and 1 deletions

View File

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