diff --git a/SQF/dayz_code/compile/player_gearSet.sqf b/SQF/dayz_code/compile/player_gearSet.sqf index 55c39966b..6c3386cd8 100644 --- a/SQF/dayz_code/compile/player_gearSet.sqf +++ b/SQF/dayz_code/compile/player_gearSet.sqf @@ -1,4 +1,4 @@ -private["_inventory","_wpns","_mags","_item","_val"]; +private["_inventory","_wpns","_mags","_item","_val","_idc"]; _inventory = _this; if (count _inventory > 0) then { _wpns = _inventory select 0;