mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Calling the constructor of MissionGenerator in PretenseMissionGenerator in unnecessary, so leaving it out.
This commit is contained in:
parent
0b8fa9099c
commit
ae13a422c3
@ -55,11 +55,6 @@ if TYPE_CHECKING:
|
||||
|
||||
class PretenseMissionGenerator(MissionGenerator):
|
||||
def __init__(self, game: Game, time: datetime) -> None:
|
||||
super().__init__(
|
||||
game,
|
||||
time,
|
||||
)
|
||||
|
||||
self.game = game
|
||||
self.time = time
|
||||
self.mission = Mission(game.theater.terrain)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user