mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update addons/cargo/initSettings.inc.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
parent
3306f13764
commit
dafb05545d
@ -35,7 +35,7 @@ private _category = [ELSTRING(main,Category_Logistics), LSTRING(openMenu)];
|
||||
"SLIDER",
|
||||
[LSTRING(unloadOnKilled), LSTRING(unloadOnKilled_description)],
|
||||
_category,
|
||||
[0, 100, 1, 0],
|
||||
[0, 1, 0, 1, true], // [_min, _max, _default, _trailingDecimals, _isPercentage]
|
||||
1,
|
||||
{[QGVAR(unloadOnKilled), _this, true] call EFUNC(common,cbaSettings_settingChanged)}
|
||||
] call CBA_fnc_addSetting;
|
||||
|
Loading…
Reference in New Issue
Block a user