Arsenal - Fix items in custom panels having mass of zero (#8462)

This commit is contained in:
mharis001 2021-10-02 06:52:20 -04:00 committed by GitHub
parent 9eb615ee66
commit 64db683e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,7 @@ switch (_ctrlIDC) do {
if (!isNil "_data") then {
private _items = _data select 0;
{
["CfgWeapons", _x, true] call _fnc_fill_right_Container;
["CfgWeapons", _x, false] call _fnc_fill_right_Container;
} foreach ((GVAR(virtualItems) select 17) select {(toLower _x) in _items});
{