mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix missing return in steam_into_wind
This commit is contained in:
parent
48075ace90
commit
92992fc068
@ -419,6 +419,7 @@ class GenericCarrierGenerator(GroundObjectGenerator):
|
|||||||
group.add_waypoint(point, carrier_speed.kph)
|
group.add_waypoint(point, carrier_speed.kph)
|
||||||
# Rotate the whole ground object to the new course
|
# Rotate the whole ground object to the new course
|
||||||
self.ground_object.rotate(brc)
|
self.ground_object.rotate(brc)
|
||||||
|
return brc
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def tacan_callsign(self) -> str:
|
def tacan_callsign(self) -> str:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user