mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user