Re-add removed FF-interrupt choice causing error

Opening the options will trigger an exception which sort of breaks save-compatibility
This commit is contained in:
Raffson 2023-08-27 11:15:44 +02:00
parent 16b7ff2bb4
commit 819bd92d9a
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -538,6 +538,7 @@ class Settings:
section=GAMEPLAY_SECTION,
default=StartType.COLD,
choices={
"Never": None,
"At startup time": StartType.COLD,
"At taxi time": StartType.WARM,
"At takeoff time": StartType.RUNWAY,