Remove localID from script controls data. It won't transfer to another

region anyway
This commit is contained in:
Melanie
2010-07-11 13:09:11 +01:00
parent 1169bfeaf3
commit eaea89bbb7
3 changed files with 6 additions and 8 deletions

View File

@@ -356,9 +356,9 @@ namespace OpenSim.Region.ScriptEngine.XEngine
// timer: not handled here
// listen: not handled here
public void control(uint localID, UUID itemID, UUID agentID, uint held, uint change)
public void control(UUID itemID, UUID agentID, uint held, uint change)
{
myScriptEngine.PostObjectEvent(localID, new EventParams(
myScriptEngine.PostScriptEvent(itemID, new EventParams(
"control",new object[] {
new LSL_Types.LSLString(agentID.ToString()),
new LSL_Types.LSLInteger(held),