mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Removed a non-functional option from the settings.
This commit is contained in:
parent
76bab86e67
commit
3d435c7821
@ -837,10 +837,6 @@ class PretenseLuaGenerator(LuaGenerator):
|
|||||||
+ str(self.game.settings.pretense_maxdistfromfront_distance * 1000)
|
+ str(self.game.settings.pretense_maxdistfromfront_distance * 1000)
|
||||||
+ "\n"
|
+ "\n"
|
||||||
)
|
)
|
||||||
if self.game.settings.pretense_do_not_generate_sead_missions:
|
|
||||||
lua_string_config += "Config.disablePlayerSead = true\n"
|
|
||||||
else:
|
|
||||||
lua_string_config += "Config.disablePlayerSead = false\n"
|
|
||||||
|
|
||||||
trigger = TriggerStart(comment="Pretense config")
|
trigger = TriggerStart(comment="Pretense config")
|
||||||
trigger.add_action(DoScript(String(lua_string_config)))
|
trigger.add_action(DoScript(String(lua_string_config)))
|
||||||
|
|||||||
@ -1006,12 +1006,6 @@ class Settings:
|
|||||||
"which don't have an existing supply route defined in the campaign."
|
"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(
|
pretense_num_of_cargo_planes: int = bounded_int_option(
|
||||||
"Number of cargo planes per side",
|
"Number of cargo planes per side",
|
||||||
page=PRETENSE_PAGE,
|
page=PRETENSE_PAGE,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user