mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
fix return statement
This commit is contained in:
parent
658d808524
commit
253e8a209c
@ -352,7 +352,7 @@ class FrontLine(MissionTarget):
|
|||||||
|
|
||||||
def is_friendly(self, to_player: bool) -> bool:
|
def is_friendly(self, to_player: bool) -> bool:
|
||||||
"""Returns True if the objective is in friendly territory."""
|
"""Returns True if the objective is in friendly territory."""
|
||||||
raise False
|
return False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def position(self):
|
def position(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user