Removed the NotImplementedException from llSetSoundQueueing, because the function not working won't actually stop the script from working, firing an exception will.

This commit is contained in:
meta7
2010-08-21 06:30:53 -07:00
parent f8ff98577e
commit 839b08c32b

View File

@@ -5797,7 +5797,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void llSetSoundQueueing(int queue)
{
m_host.AddScriptLPS(1);
NotImplemented("llSetSoundQueueing");
}
public void llSetSoundRadius(double radius)