diff --git a/SQF/dayz_code/compile/player_gearSet.sqf b/SQF/dayz_code/compile/player_gearSet.sqf index 89e4f9254..6c3386cd8 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","_idc"]; _inventory = _this; if (count _inventory > 0) then { _wpns = _inventory select 0;