From de07f10e57d9ca66c31e092d6b37fa27166e1a4f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 8 May 2021 16:50:35 -0700 Subject: [PATCH] Remove fixed TODO. --- game/theater/conflicttheater.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/game/theater/conflicttheater.py b/game/theater/conflicttheater.py index 35e081b1..533cac27 100644 --- a/game/theater/conflicttheater.py +++ b/game/theater/conflicttheater.py @@ -325,13 +325,6 @@ class MizCampaignLoader: 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[destination.id].create_convoy_route( origin, list(reversed(waypoints))