Fix missing return in steam_into_wind

This commit is contained in:
RndName 2022-05-12 16:26:22 +02:00
parent 48075ace90
commit 92992fc068
No known key found for this signature in database
GPG Key ID: 5EF516FD9537F7C0

View File

@ -419,6 +419,7 @@ class GenericCarrierGenerator(GroundObjectGenerator):
group.add_waypoint(point, carrier_speed.kph)
# Rotate the whole ground object to the new course
self.ground_object.rotate(brc)
return brc
return None
def tacan_callsign(self) -> str: