mantis 7942: allow llTriggerSound on HUDs to send sounds to all.

LSLKeyTest
UbitUmarov 2016-06-26 09:40:05 +01:00
parent c34fcae3f3
commit 8cb3787de8
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
*/
}
}