* Fix llTriggerSound() * Thanks Godfrey!0.6.1-post-fixes
parent
000206bfe9
commit
d253008450
|
@ -2055,7 +2055,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue