mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix AttributeError when enabling cheats in campaign setup
This commit is contained in:
parent
94580bad88
commit
93abee2e35
@ -471,7 +471,7 @@ class QSettingsWidget(QtWidgets.QWizardPage, SettingsContainer):
|
|||||||
self.cheat_options.show_base_capture_cheat
|
self.cheat_options.show_base_capture_cheat
|
||||||
)
|
)
|
||||||
self.settings.enable_transfer_cheat = self.cheat_options.show_transfer_cheat
|
self.settings.enable_transfer_cheat = self.cheat_options.show_transfer_cheat
|
||||||
self.game.settings.enable_runway_state_cheat = (
|
self.settings.enable_runway_state_cheat = (
|
||||||
self.cheat_options.enable_runway_state_cheat
|
self.cheat_options.enable_runway_state_cheat
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user