mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Remove localID from script controls data. It won't transfer to another
region anyway
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user