mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Readd removed newline
This commit is contained in:
parent
d604905f52
commit
3bdda3b852
@ -33,6 +33,7 @@ class Navigating(InFlight):
|
|||||||
# by zero error
|
# by zero error
|
||||||
if self.total_time_to_next_waypoint.total_seconds() < 1:
|
if self.total_time_to_next_waypoint.total_seconds() < 1:
|
||||||
return 1.0
|
return 1.0
|
||||||
|
|
||||||
return (
|
return (
|
||||||
self.elapsed_time.total_seconds()
|
self.elapsed_time.total_seconds()
|
||||||
/ self.total_time_to_next_waypoint.total_seconds()
|
/ self.total_time_to_next_waypoint.total_seconds()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user