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