mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Roll-over excess time from tasks.
This commit is contained in:
@@ -14,8 +14,8 @@ class TestAction(WaypointAction):
|
||||
|
||||
def update_state(
|
||||
self, state: ActionState, time: datetime, duration: timedelta
|
||||
) -> None:
|
||||
pass
|
||||
) -> timedelta:
|
||||
return timedelta()
|
||||
|
||||
def iter_tasks(self, ctx: TaskContext) -> Iterator[Task]:
|
||||
yield from []
|
||||
|
||||
Reference in New Issue
Block a user