aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine
diff options
context:
space:
mode:
authormeta72010-08-21 06:30:53 -0700
committermeta72010-08-21 06:30:53 -0700
commit839b08c32be1dcfee9c89f31a2dd5358e2ab6e88 (patch)
tree48b82b3b8220c7c305228d5badb0c53f7d0fd2a5 /OpenSim/Region/ScriptEngine
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-839b08c32be1dcfee9c89f31a2dd5358e2ab6e88.zip
opensim-SC_OLD-839b08c32be1dcfee9c89f31a2dd5358e2ab6e88.tar.gz
opensim-SC_OLD-839b08c32be1dcfee9c89f31a2dd5358e2ab6e88.tar.bz2
opensim-SC_OLD-839b08c32be1dcfee9c89f31a2dd5358e2ab6e88.tar.xz
Removed the NotImplementedException from llSetSoundQueueing, because the function not working won't actually stop the script from working, firing an exception will.
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs1
1 files changed, 0 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 22a81ac..37f2433 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -5797,7 +5797,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
5797 public void llSetSoundQueueing(int queue) 5797 public void llSetSoundQueueing(int queue)
5798 { 5798 {
5799 m_host.AddScriptLPS(1); 5799 m_host.AddScriptLPS(1);
5800 NotImplemented("llSetSoundQueueing");
5801 } 5800 }
5802 5801
5803 public void llSetSoundRadius(double radius) 5802 public void llSetSoundRadius(double radius)