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