mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove unused method of ControlPoint.
This commit is contained in:
parent
c7edba5120
commit
d15ef63182
@ -442,11 +442,6 @@ class ControlPoint(MissionTarget, ABC):
|
|||||||
"""
|
"""
|
||||||
...
|
...
|
||||||
|
|
||||||
# TODO: Should be Airbase specific.
|
|
||||||
def connect(self, to: ControlPoint) -> None:
|
|
||||||
self.connected_points.append(to)
|
|
||||||
self.stances[to.id] = CombatStance.DEFENSIVE
|
|
||||||
|
|
||||||
def convoy_origin_for(self, destination: ControlPoint) -> Point:
|
def convoy_origin_for(self, destination: ControlPoint) -> Point:
|
||||||
return self.convoy_route_to(destination)[0]
|
return self.convoy_route_to(destination)[0]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user