mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Fix items in custom panels having mass of zero (#8462)
This commit is contained in:
parent
9eb615ee66
commit
64db683e53
@ -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});
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user