Skip to content

Commit

Permalink
Goggles - Notify restart req. for effects setting (#10398)
Browse files Browse the repository at this point in the history
Update initSettings.inc.sqf
  • Loading branch information
johnb432 authored Oct 15, 2024
1 parent 3e9f6e7 commit dcc314c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/goggles/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
LSTRING(effects_displayName),
localize LSTRING(SettingsName),
[[0, 1, 2, 3], [ELSTRING(common,Disabled), LSTRING(effects_tintOnly), LSTRING(enabled_tintAndEffects), LSTRING(effects_effectsOnly)], 2],
0
0,
{[QGVAR(effects), _this] call EFUNC(common,cbaSettings_settingChanged)},
true // Needs mission restart
] call CBA_fnc_addSetting;

[
Expand Down

0 comments on commit dcc314c

Please sign in to comment.