mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix external views not allowing F5 view
This commit is contained in:
parent
3b319ca481
commit
7a3c9a707f
@ -64,6 +64,7 @@ class MissionGenerator:
|
||||
options = dcs.lua.loads(f.read())["options"]
|
||||
ext_view = game.settings.external_views_allowed
|
||||
options["miscellaneous"]["f11_free_camera"] = ext_view
|
||||
options["miscellaneous"]["f5_nearest_ac"] = ext_view
|
||||
options["difficulty"]["spectatorExternalViews"] = ext_view
|
||||
self.mission.options.load_from_dict(options)
|
||||
|
||||
|
||||
@ -156,7 +156,6 @@ class Settings:
|
||||
MISSION_RESTRICTIONS_SECTION,
|
||||
default=True,
|
||||
)
|
||||
|
||||
easy_communication: Optional[bool] = choices_option(
|
||||
"Easy Communication",
|
||||
page=DIFFICULTY_PAGE,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user