Remove fallback for old non-convoy behavior.

This commit is contained in:
Dan Albert
2021-05-18 19:21:07 -07:00
parent ae57e4da83
commit f4b64370bb
6 changed files with 3 additions and 75 deletions

View File

@@ -37,11 +37,6 @@ class Settings:
disable_legacy_aewc: bool = False
generate_dark_kneeboard: bool = False
#: Feature flag for new ground unit behavior. Old campaigns are will not work with
#: this so the old behavior remains an option until it breaks, at which point we'll
#: remove it.
enable_new_ground_unit_recruitment: bool = True
# Performance oriented
perf_red_alert_state: bool = True
perf_smoke_gen: bool = True