mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
De-spawn AI flights on RTB if start-type was set to In-Flight
Resolve #73
This commit is contained in:
@@ -961,6 +961,16 @@ class Settings:
|
||||
default=True,
|
||||
causes_expensive_game_update=True,
|
||||
)
|
||||
perf_ai_despawn_airstarted: bool = boolean_option(
|
||||
"De-spawn AI in the air upon RTB",
|
||||
page=MISSION_GENERATOR_PAGE,
|
||||
section=PERFORMANCE_SECTION,
|
||||
default=False,
|
||||
detail=(
|
||||
"If enabled, AI flights will de-spawn over their base "
|
||||
"if the start-up type was manually changed to 'In-Flight'."
|
||||
),
|
||||
)
|
||||
|
||||
# Cheating. Not using auto settings because the same page also has buttons which do
|
||||
# not alter settings.
|
||||
|
||||
Reference in New Issue
Block a user