Invert AEW&C default behavior.

This is working well. Make it the default, but don't remove it since we
don't have HAVCAP yet.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1118
This commit is contained in:
Dan Albert
2021-05-31 14:42:22 -07:00
parent 77373606fe
commit e94ebd6ed2
2 changed files with 9 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ class Settings:
automate_front_line_reinforcements: bool = False
automate_aircraft_reinforcements: bool = False
restrict_weapons_by_date: bool = False
disable_legacy_aewc: bool = False
disable_legacy_aewc: bool = True
generate_dark_kneeboard: bool = False
invulnerable_player_pilots: bool = True
auto_ato_behavior: AutoAtoBehavior = AutoAtoBehavior.Default