fix the thing

This commit is contained in:
LinkIsGrim 2024-04-07 14:49:38 -03:00
parent 095ce88279
commit 92d01fde3f

View File

@ -208,6 +208,7 @@ switch (_ctrlIDC) do {
if (_leftPanelState) then { if (_leftPanelState) then {
{ {
if (_x != _selectedItem && {!isNil {GVAR(virtualItemsFlatAll) get _x}}) then {continue}; // don't add unique attachments attached to weapons
if (_x in ((GVAR(virtualItems) get IDX_VIRT_ATTACHMENTS) get _index)) then { if (_x in ((GVAR(virtualItems) get IDX_VIRT_ATTACHMENTS) get _index)) then {
["CfgWeapons", _x, _ctrlPanel] call FUNC(addListBoxItem); ["CfgWeapons", _x, _ctrlPanel] call FUNC(addListBoxItem);
}; };