F-104C is now correctly removed from the faction when the mod is not enabled. (#33)

This commit is contained in:
MetalStormGhost 2022-12-10 18:17:35 +02:00 committed by GitHub
parent 22c7e21a66
commit 55fb5befb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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