mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
removed duplicate setting
This commit is contained in:
parent
afad27181c
commit
55c7a233d1
@ -15,6 +15,8 @@ private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
|
||||
false,
|
||||
1
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
|
||||
[
|
||||
QGVAR(reflectionsEnabled), "CHECKBOX",
|
||||
[LSTRING(EnableReflections), LSTRING(EnableReflections_Desc)],
|
||||
@ -32,13 +34,6 @@ private _category = format ["ACE %1", localize LSTRING(Module_DisplayName)];
|
||||
[[2, 1, 0], ["complex fragementation","simple fragmentation","no fragmentation"], 2]
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(reflectionsEnabled), "CHECKBOX",
|
||||
"Enable reflections",
|
||||
[_category, LSTRING(Frag)],
|
||||
false
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
QGVAR(atLeastOne), "CHECKBOX",
|
||||
"At least one round hit",
|
||||
|
Loading…
Reference in New Issue
Block a user