mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix mag check for magazine type in container
This commit is contained in:
@ -136,7 +136,7 @@ for "_dataIndex" from 0 to 9 do {
|
||||
private _item = _x select 0;
|
||||
|
||||
if (isClass (_magCfg >> _item)) then {
|
||||
if (_item in (GVAR(virtualItems) select 3)) then {
|
||||
if !(_item in (GVAR(virtualItems) select 2)) then {
|
||||
|
||||
_unavailableItemsList pushBackUnique _item;
|
||||
((_loadout select _dataIndex) select 1) set [_currentIndex, []];
|
||||
|
Reference in New Issue
Block a user