prevent self call to llSetScriptState(ownname,FALSE) from blocking entire engine

This commit is contained in:
UbitUmarov
2016-11-13 19:25:32 +00:00
parent b6329fb784
commit 4ebb4e371f
4 changed files with 14 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ namespace OpenSim.Tests.Common
throw new System.NotImplementedException ();
}
public void SetScriptState(UUID itemID, bool state)
public void SetScriptState(UUID itemID, bool state, bool self)
{
throw new System.NotImplementedException ();
}