Merge branch 'master' into careminster
commit
0ddd1ce0b7
|
@ -1052,7 +1052,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
return detectedParams.TouchUV;
|
return detectedParams.TouchUV;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void llDie()
|
public virtual void llDie()
|
||||||
{
|
{
|
||||||
m_host.AddScriptLPS(1);
|
m_host.AddScriptLPS(1);
|
||||||
throw new SelfDeleteException();
|
throw new SelfDeleteException();
|
||||||
|
|
Loading…
Reference in New Issue