diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 79cfc90db4..32388a8399 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -6598,7 +6598,7 @@ void LLViewerObject::setAttachedSound(const LLUUID &audio_uuid, const LLUUID& ow // Asset blacklist FSAssetBlacklist& blacklist = FSAssetBlacklist::instance(); - if (blacklist.isBlacklisted(sound_id, LLAssetType::AT_SOUND)) + if (blacklist.isBlacklisted(audio_uuid, LLAssetType::AT_SOUND)) { return; }