mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Swedish Military Assets Pack air defence presets are now correctly removed from the faction when the mod is disabled.
This commit is contained in:
parent
5eb25e02a4
commit
7e0125725c
@ -40,6 +40,7 @@
|
||||
* **[Mission Generation]** Helicopters oscillating due to over-speeding
|
||||
* **[Mission Generation]** Fix infinite loop when using "Fast-Forward to first contact"
|
||||
* **[Capture Logic]** Release all parking slots when an airbase is captured
|
||||
* **[Modding]** Swedish Military Assets Pack air defence presets are now correctly removed from the faction when the mod is disabled.
|
||||
|
||||
# Retribution v1.2.1 (hotfix)
|
||||
|
||||
|
||||
@ -504,6 +504,10 @@ class Faction:
|
||||
self.remove_ship("HSwMS_Visby")
|
||||
self.remove_ship("Strb90")
|
||||
self.remove_aircraft("HKP15B")
|
||||
self.remove_preset("LvS-103 Rb103A")
|
||||
self.remove_preset("LvS-103 Rb103A Mobile")
|
||||
self.remove_preset("LvS-103 Rb103B")
|
||||
self.remove_preset("LvS-103 Rb103B Mobile")
|
||||
# SWPack
|
||||
if not mod_settings.SWPack:
|
||||
self.remove_aircraft("AWINGA")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user