mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
let changed allowed drop have lldetectedkey[0] return the dropped item id, Yengine and still testing"
This commit is contained in:
@@ -4439,10 +4439,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
SceneObjectSerializer.SOPToXml2(xmlWriter, this, new Dictionary<string, object>());
|
||||
}
|
||||
|
||||
public void TriggerScriptChangedEvent(Changed val)
|
||||
public void TriggerScriptChangedEvent(Changed val, object data = null)
|
||||
{
|
||||
if (ParentGroup != null && ParentGroup.Scene != null)
|
||||
ParentGroup.Scene.EventManager.TriggerOnScriptChangedEvent(LocalId, (uint)val);
|
||||
ParentGroup.Scene.EventManager.TriggerOnScriptChangedEvent(LocalId, (uint)val, data);
|
||||
}
|
||||
|
||||
public void TrimPermissions()
|
||||
|
||||
Reference in New Issue
Block a user