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:
parent
f2b3fe3012
commit
9f07a9a07b
@ -68,7 +68,7 @@
|
||||
QGVAR(tagSize), "LIST",
|
||||
[LSTRING(TagSize_Name), LSTRING(TagSize_Description)],
|
||||
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
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
|
@ -75,7 +75,7 @@ private _category = format ["ACE %1", localize LSTRING(DisplayName)];
|
||||
[LSTRING(jamChanceCoef_displayName), LSTRING(jamChanceCoef_description)],
|
||||
_category,
|
||||
[0, 5, 1, 2],
|
||||
0
|
||||
1
|
||||
] call CBA_fnc_addSetting;
|
||||
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user