mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
remove useless props
This commit is contained in:
parent
3dc7dc3d1a
commit
eb4878dfc4
@ -234,8 +234,6 @@ class BriefingGenerator(MissionInfoGenerator):
|
|||||||
|
|
||||||
def __init__(self, mission: Mission, game: "Game"):
|
def __init__(self, mission: Mission, game: "Game"):
|
||||||
super().__init__(mission, game)
|
super().__init__(mission, game)
|
||||||
self.title = ""
|
|
||||||
self.description = ""
|
|
||||||
self.allied_flights_by_departure: Dict[str, List[FlightData]] = {}
|
self.allied_flights_by_departure: Dict[str, List[FlightData]] = {}
|
||||||
env = Environment(
|
env = Environment(
|
||||||
loader=FileSystemLoader("resources/briefing/templates"),
|
loader=FileSystemLoader("resources/briefing/templates"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user