diff --git a/addons/common/functions/fnc_addToInventory.sqf b/addons/common/functions/fnc_addToInventory.sqf index 7353b0d5b4..61bb654148 100644 --- a/addons/common/functions/fnc_addToInventory.sqf +++ b/addons/common/functions/fnc_addToInventory.sqf @@ -27,7 +27,7 @@ _canAdd = false; _addedToPlayer = true; if((count _this) > 3) then { - _container = _this select 4; + _container = _this select 3; } else { _container = nil; };