mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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):
|
class MolniyaGroupGenerator(DDGroupGenerator):
|
||||||
def __init__(self, game, ground_object, faction):
|
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):
|
class KiloSubGroupGenerator(DDGroupGenerator):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user