942bb1580d
- Removed leftover debug `print` statement. - Updated enemy marking to consider team side, preventing marking of opponents on the opposite side. - Introduced `closest_in_range` method to find the nearest position while respecting map side boundaries. - Integrated the new method into `plan_next_actions` to select destinations based on distance thresholds for flag carriers and assigned players. - Added handling for `my_targets` via a dedicated `targets_list`.