mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Remove commented code
This commit is contained in:
parent
d04be4d71b
commit
378dbf254a
@ -671,8 +671,3 @@ class Fob(ControlPoint):
|
|||||||
@property
|
@property
|
||||||
def heading(self) -> int:
|
def heading(self) -> int:
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
# def active_runway(self, conditions: Conditions,
|
|
||||||
# dynamic_runways: Dict[str, RunwayData]) -> RunwayData:
|
|
||||||
# logging.warning("TODO: FOBs have no runways")
|
|
||||||
# return RunwayData(self.full_name, runway_heading=0, runway_name="")
|
|
||||||
@ -542,7 +542,6 @@ class FobDefenseGenerator(BaseDefenseGenerator):
|
|||||||
def generate(self) -> None:
|
def generate(self) -> None:
|
||||||
self.generate_garrison()
|
self.generate_garrison()
|
||||||
self.generate_fob_defenses()
|
self.generate_fob_defenses()
|
||||||
# self.generate_fob()
|
|
||||||
|
|
||||||
def generate_fob_defenses(self):
|
def generate_fob_defenses(self):
|
||||||
# First group has a 1/2 chance of being a SHORAD,
|
# First group has a 1/2 chance of being a SHORAD,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user