Fixed an issue with MolniyaGroup generator causing an error on campaign start.

This commit is contained in:
Khopa 2020-06-24 23:49:27 +02:00
parent 8d5d703cbe
commit 44e8cc810f

View File

@ -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):