Removed the NotImplementedException from llSetSoundQueueing, because the function not working won't actually stop the script from working, firing an exception will.
parent
f8ff98577e
commit
839b08c32b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue