mantis 7942: allow llTriggerSound on HUDs to send sounds to all.
parent
c34fcae3f3
commit
8cb3787de8
|
@ -187,6 +187,7 @@ namespace OpenSim.Region.CoreModules.World.Sound
|
|||
if (!ssp.ParcelAllowThisAvatarSounds)
|
||||
return;
|
||||
|
||||
/* mantis 7942: coment out to allow trigger in HUDs to send sounds to all
|
||||
if (grp.HasPrivateAttachmentPoint)
|
||||
{
|
||||
ssp.ControllingClient.SendTriggeredSound(soundId, ownerID,
|
||||
|
@ -194,6 +195,7 @@ namespace OpenSim.Region.CoreModules.World.Sound
|
|||
(float)gain);
|
||||
return;
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue