Removed a non-functional option from the settings.

This commit is contained in:
MetalStormGhost
2023-12-09 11:24:47 +02:00
parent 85cec06098
commit 09362cade4
2 changed files with 0 additions and 10 deletions

View File

@@ -998,12 +998,6 @@ class Settings:
"which don't have an existing supply route defined in the campaign."
),
)
pretense_do_not_generate_sead_missions: bool = boolean_option(
"Do not generate player SEAD missions",
page=PRETENSE_PAGE,
section=GENERAL_SECTION,
default=False,
)
pretense_num_of_cargo_planes: int = bounded_int_option(
"Number of cargo planes per side",
page=PRETENSE_PAGE,