mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user