Make llCollisionSprite not throw anymore

avinationmerge
Melanie 2012-08-25 23:49:37 +02:00
parent f1a71f544b
commit bfa22e2f52
1 changed files with 2 additions and 1 deletions

View File

@ -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)