mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
removed debugging code
This commit is contained in:
parent
520a0f91fd
commit
64bd3e6a52
@ -75,7 +75,6 @@ class CaucasusTheater(ConflictTheater):
|
|||||||
|
|
||||||
self.carrier_1.captured = True
|
self.carrier_1.captured = True
|
||||||
self.soganlug.captured = True
|
self.soganlug.captured = True
|
||||||
self.gudauta.captured = True
|
|
||||||
|
|
||||||
def add_controlpoint(self, point: ControlPoint, connected_to: typing.Collection[ControlPoint] = []):
|
def add_controlpoint(self, point: ControlPoint, connected_to: typing.Collection[ControlPoint] = []):
|
||||||
point.name = " ".join(re.split(r"[ -]", point.name)[:1])
|
point.name = " ".join(re.split(r"[ -]", point.name)[:1])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user