Remove fixed TODO.

This commit is contained in:
Dan Albert 2021-05-08 16:50:35 -07:00
parent 87e6080215
commit de07f10e57

View File

@ -325,13 +325,6 @@ class MizCampaignLoader:
f"No control point near the final waypoint of {group.name}" f"No control point near the final waypoint of {group.name}"
) )
# TODO: Snapping? Probably should be in the UI instead?
# convoy_origin = waypoints[0]
# convoy_destination = waypoints[-1]
#
# waypoints[0] = origin.position
# waypoints[-1] = destination.position
self.control_points[origin.id].create_convoy_route(destination, waypoints) self.control_points[origin.id].create_convoy_route(destination, waypoints)
self.control_points[destination.id].create_convoy_route( self.control_points[destination.id].create_convoy_route(
origin, list(reversed(waypoints)) origin, list(reversed(waypoints))