Fix Global / Default settings (#8551)

This commit is contained in:
TyroneMF 2021-10-18 05:30:39 +00:00 committed by GitHub
parent f2b3fe3012
commit 9f07a9a07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;
[