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:
Dan Albert 2021-11-02 23:21:21 -07:00
parent 33f00fb811
commit 748d80ff3b

View File

@ -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."
),