arg position
This commit is contained in:
walterroach
2020-11-22 17:32:05 -06:00
parent 2adaee8671
commit c2eb243026
2 changed files with 11 additions and 1 deletions

View File

@@ -998,7 +998,7 @@ class FlightPlanBuilder:
if not isinstance(location, FrontLine):
raise InvalidObjectiveLocation(flight.flight_type, location)
ingress, heading, distance = Conflict.frontline_vector(
ingress, heading, distance = Conflict.flight_frontline_vector(
location.control_points[0], location.control_points[1],
self.game.theater
)