From 40abafa1653fa580a310d7ffc2f5a961df8721f1 Mon Sep 17 00:00:00 2001 From: Colin Wang <34583138+passman300@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:07:34 -0500 Subject: [PATCH] Corrected default state --- modules/bootcamp/decision_waypoint_landing_pads.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/bootcamp/decision_waypoint_landing_pads.py b/modules/bootcamp/decision_waypoint_landing_pads.py index 98e2ade5..0b253d05 100644 --- a/modules/bootcamp/decision_waypoint_landing_pads.py +++ b/modules/bootcamp/decision_waypoint_landing_pads.py @@ -128,7 +128,6 @@ def run( self.waypoint_reached = True - # ============ # ↑ BOOTCAMPERS MODIFY ABOVE THIS COMMENT ↑ # ============