* Fix llTriggerSound()
* Thanks Godfrey!
0.6.1-post-fixes
Justin Clarke Casey 2008-12-02 17:55:07 +00:00
parent 000206bfe9
commit d253008450
1 changed files with 1 additions and 1 deletions

View File

@ -2055,7 +2055,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
{ {
m_host.AddScriptLPS(1); m_host.AddScriptLPS(1);
// send the sound, once, to all clients in range // send the sound, once, to all clients in range
m_host.SendSound(KeyOrName(sound).ToString(), volume, false, 0); m_host.SendSound(KeyOrName(sound).ToString(), volume, true, 0);
} }
// Xantor 20080528: Clear prim data of sound instead // Xantor 20080528: Clear prim data of sound instead