mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Move LuaGenerator back to its original location
I can't even remember why I moved this line, but that's the one that broke CTLD...
This commit is contained in:
parent
bf5807d9c1
commit
57a0231699
@ -81,7 +81,6 @@ class MissionGenerator:
|
||||
self.add_airfields_to_unit_map()
|
||||
self.initialize_registries()
|
||||
|
||||
LuaGenerator(self.game, self.mission, self.mission_data).generate()
|
||||
EnvironmentGenerator(self.mission, self.game.conditions, self.time).generate()
|
||||
|
||||
tgo_generator = TgoGenerator(
|
||||
@ -107,6 +106,7 @@ class MissionGenerator:
|
||||
TriggerGenerator(self.mission, self.game).generate()
|
||||
ForcedOptionsGenerator(self.mission, self.game).generate()
|
||||
VisualsGenerator(self.mission, self.game).generate()
|
||||
LuaGenerator(self.game, self.mission, self.mission_data).generate()
|
||||
DrawingsGenerator(self.mission, self.game).generate()
|
||||
|
||||
self.setup_combined_arms()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user