Make llCollisionSprite not throw anymore
parent
f1a71f544b
commit
bfa22e2f52
|
@ -12818,7 +12818,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
public void llCollisionSprite(string impact_sprite)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llCollisionSprite");
|
||||
// Viewer 2.0 broke this and it's likely LL has no intention
|
||||
// of fixing it. Therefore, letting this be a NOP seems appropriate.
|
||||
}
|
||||
|
||||
public void llGodLikeRezObject(string inventory, LSL_Vector pos)
|
||||
|
|
Loading…
Reference in New Issue