Hearing - Notify restart req. for combat deafness setting (#9934)

This commit is contained in:
johnb432 2024-04-07 17:59:14 +02:00 committed by GitHub
parent 0c529446ec
commit 095ce88279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,9 @@ private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
[LSTRING(EnableCombatDeafness_DisplayName), LSTRING(EnableCombatDeafness_Description)],
_category,
true,
1
1,
{[QGVAR(enableCombatDeafness), _this] call EFUNC(common,cbaSettings_settingChanged)},
true // Needs mission restart
] call CBA_fnc_addSetting;
[