mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fixed an issue with MolniyaGroup generator causing an error on campaign start.
This commit is contained in:
parent
8d5d703cbe
commit
44e8cc810f
@ -45,7 +45,7 @@ class GrishaGroupGenerator(DDGroupGenerator):
|
||||
|
||||
class MolniyaGroupGenerator(DDGroupGenerator):
|
||||
def __init__(self, game, ground_object, faction):
|
||||
super(MolniyaGroupGenerator, self).__init__(game, ground_object, faction, MolniyaGroupGenerator)
|
||||
super(MolniyaGroupGenerator, self).__init__(game, ground_object, faction, FSG_1241_1MP_Molniya)
|
||||
|
||||
|
||||
class KiloSubGroupGenerator(DDGroupGenerator):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user