mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Re-flip fast-forward option.
This was set to default on by mistake (turned on for debugging and forgot to turn off before check in). The option itself may be going away soon in favor of explicit buttons, but keep the experimental feature off by default for now.
This commit is contained in:
parent
33f00fb811
commit
748d80ff3b
@ -290,7 +290,7 @@ class Settings:
|
||||
"Fast forward mission to first contact (WIP)",
|
||||
page=MISSION_GENERATOR_PAGE,
|
||||
section=GAMEPLAY_SECTION,
|
||||
default=True,
|
||||
default=False,
|
||||
detail=(
|
||||
"If enabled, the mission will be generated at the point of first contact."
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user