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

avinationmerge
meta7 2010-08-21 06:30:53 -07:00
parent f8ff98577e
commit 839b08c32b
1 changed files with 0 additions and 1 deletions

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)