diff --git a/changelog.md b/changelog.md index bfafa141..cabee0fe 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ * **[Options]** New option in Settings: CAS engagement range (nmi) * **[Options]** New option in Settings: Convert untasked OPFOR aircraft into client slots * **[Options]** Split the **Disable idle aircraft at airfields** setting into **Disable untasked BLUFOR aircraft at airfields** and **Disable untasked OPFOR aircraft at airfields**. +* **[Modding]** Updated support for Su-30 mod to V2.1.12 beta ## Fixes * **[Mission Generation]** Anti-ship strikes should use "group attack" in their attack-task diff --git a/qt_ui/windows/newgame/WizardPages/QGeneratorSettings.py b/qt_ui/windows/newgame/WizardPages/QGeneratorSettings.py index 9a029e75..e32cb7c5 100644 --- a/qt_ui/windows/newgame/WizardPages/QGeneratorSettings.py +++ b/qt_ui/windows/newgame/WizardPages/QGeneratorSettings.py @@ -170,7 +170,7 @@ class GeneratorOptions(QtWidgets.QWizardPage): ("Swedish Military Assets pack (1.10)", self.swedishmilitaryassetspack), ("JAS 39 Gripen (v1.8.5-beta)", self.jas39_gripen), ("OV-10A Bronco", self.ov10a_bronco), - ("Su-30 Flanker-H (V2.01B)", self.su30_flanker_h), + ("Su-30 Flanker-H (V2.1.12 beta)", self.su30_flanker_h), ("Su-57 Felon", self.su57_felon), ("UH-60L Black Hawk (v1.3.1)", self.uh_60l), ("Star Wars Modpack 2.54+", self.SWPack),