mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical Treatment - Notify restart requirement (#10197)
Add restart notification for convert items setting
This commit is contained in:
parent
72f230a3a2
commit
cf3a86ffc7
@ -86,7 +86,9 @@
|
|||||||
[LSTRING(ConvertItems_DisplayName), LSTRING(ConvertItems_Description)],
|
[LSTRING(ConvertItems_DisplayName), LSTRING(ConvertItems_Description)],
|
||||||
[ELSTRING(medical,Category), LSTRING(SubCategory_Treatment)],
|
[ELSTRING(medical,Category), LSTRING(SubCategory_Treatment)],
|
||||||
[[0, 1, 2], [ELSTRING(common,Enabled), LSTRING(ConvertItems_RemoveOnly), ELSTRING(common,Disabled)], 0],
|
[[0, 1, 2], [ELSTRING(common,Enabled), LSTRING(ConvertItems_RemoveOnly), ELSTRING(common,Disabled)], 0],
|
||||||
true
|
1,
|
||||||
|
{[QGVAR(convertItems), _this] call EFUNC(common,cbaSettings_settingChanged)},
|
||||||
|
true // Needs mission restart
|
||||||
] call CBA_fnc_addSetting;
|
] call CBA_fnc_addSetting;
|
||||||
|
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user