mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix Global / Default settings (#8551)
This commit is contained in:
@ -68,7 +68,7 @@
|
|||||||
QGVAR(tagSize), "LIST",
|
QGVAR(tagSize), "LIST",
|
||||||
[LSTRING(TagSize_Name), LSTRING(TagSize_Description)],
|
[LSTRING(TagSize_Name), LSTRING(TagSize_Description)],
|
||||||
format ["ACE %1", localize LSTRING(Module_DisplayName)],
|
format ["ACE %1", localize LSTRING(Module_DisplayName)],
|
||||||
[[0, 1, 2, 3, 4], ["str_very_small", "str_small", "str_medium", "str_large", "str_very_large"], 1],
|
[[0, 1, 2, 3, 4], ["str_very_small", "str_small", "str_medium", "str_large", "str_very_large"], 2],
|
||||||
0
|
0
|
||||||
] call CBA_fnc_addSetting;
|
] call CBA_fnc_addSetting;
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ private _category = format ["ACE %1", localize LSTRING(DisplayName)];
|
|||||||
[LSTRING(jamChanceCoef_displayName), LSTRING(jamChanceCoef_description)],
|
[LSTRING(jamChanceCoef_displayName), LSTRING(jamChanceCoef_description)],
|
||||||
_category,
|
_category,
|
||||||
[0, 5, 1, 2],
|
[0, 5, 1, 2],
|
||||||
0
|
1
|
||||||
] call CBA_fnc_addSetting;
|
] call CBA_fnc_addSetting;
|
||||||
|
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user