mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
F-104C is now correctly removed from the faction when the mod is not enabled. (#33)
This commit is contained in:
parent
22c7e21a66
commit
55fb5befb9
@ -356,6 +356,7 @@ class Faction:
|
||||
if not mod_settings.f100_supersabre:
|
||||
self.remove_aircraft("VSN_F100")
|
||||
if not mod_settings.f104_starfighter:
|
||||
self.remove_aircraft("VSN_F104C")
|
||||
self.remove_aircraft("VSN_F104G")
|
||||
self.remove_aircraft("VSN_F104S")
|
||||
self.remove_aircraft("VSN_F104S_AG")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user