mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
fix a bug with untasked aircraft still spawning
This commit is contained in:
parent
f4a1908088
commit
d78e570d9d
@ -242,7 +242,7 @@ class AircraftGenerator:
|
|||||||
):
|
):
|
||||||
return
|
return
|
||||||
elif (
|
elif (
|
||||||
not squadron.coalition.player.is_red
|
squadron.coalition.player.is_red
|
||||||
and self.game.settings.perf_disable_untasked_opfor_aircraft
|
and self.game.settings.perf_disable_untasked_opfor_aircraft
|
||||||
):
|
):
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user