mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added display settings to the toolbar.
This commit is contained in:
@@ -230,7 +230,7 @@ class ControlPoint(MissionTarget, ABC):
|
||||
self.stances: Dict[int, CombatStance] = {}
|
||||
self.pending_unit_deliveries: Optional[UnitsDeliveryEvent] = None
|
||||
|
||||
self.target_position = None
|
||||
self.target_position: Point = None
|
||||
|
||||
def __repr__(self):
|
||||
return f"<{__class__}: {self.name}>"
|
||||
|
||||
Reference in New Issue
Block a user