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