diff --git a/addons/huntir/functions/fnc_handleFired.sqf b/addons/huntir/functions/fnc_handleFired.sqf index 4d20c3f168..16afd17546 100644 --- a/addons/huntir/functions/fnc_handleFired.sqf +++ b/addons/huntir/functions/fnc_handleFired.sqf @@ -42,6 +42,5 @@ _y = (_pos select 1) + _b; private ["_huntir"]; _huntir = createVehicle ["ACE_HuntIR", [_x, _y, _z], [], 0, "FLY"]; _huntir setPosATL [_x, _y, _z]; - systemChat Str(getMass _huntir); }, [_x, _y, ((getPosATL _projectile) select 2) + 400], 5, 0] call EFUNC(common,waitAndExecute); }, [_projectile, _x, _y], 5, 0] call EFUNC(common,waitAndExecute);