diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 90b2583..f748522 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2055,7 +2055,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2055 | { | 2055 | { |
2056 | m_host.AddScriptLPS(1); | 2056 | m_host.AddScriptLPS(1); |
2057 | // send the sound, once, to all clients in range | 2057 | // send the sound, once, to all clients in range |
2058 | m_host.SendSound(KeyOrName(sound).ToString(), volume, false, 0); | 2058 | m_host.SendSound(KeyOrName(sound).ToString(), volume, true, 0); |
2059 | } | 2059 | } |
2060 | 2060 | ||
2061 | // Xantor 20080528: Clear prim data of sound instead | 2061 | // Xantor 20080528: Clear prim data of sound instead |