mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Flip default for factory feature flag.
This is feature complete, we have a handful of campaigns that work with the new mode now and it will be the only option at some point.
This commit is contained in:
@@ -33,9 +33,10 @@ class Settings:
|
||||
disable_legacy_aewc: bool = False
|
||||
generate_dark_kneeboard: bool = False
|
||||
|
||||
#: Feature flag for new ground unit behavior. Old campaigns are sufficiently broken
|
||||
#: that we need to implement this conditionally for the time being.
|
||||
enable_new_ground_unit_recruitment: 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
|
||||
|
||||
Reference in New Issue
Block a user