Fix TOT not changing after abort

This commit is contained in:
Raffson
2024-11-16 19:27:57 +01:00
parent 057f3fe53b
commit 94baaecf8c
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class Uninitialized(FlightState):
@property
def is_waiting_for_start(self) -> bool:
raise RuntimeError("Attempted to simulate flight that is not fully initialized")
return True
def estimate_position(self) -> Point:
raise RuntimeError("Attempted to simulate flight that is not fully initialized")