remove useless props

This commit is contained in:
walterroach 2020-10-30 22:38:01 -05:00 committed by Dan Albert
parent 3dc7dc3d1a
commit eb4878dfc4

View File

@ -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"),