aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index e3f1636..7661068 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -1868,11 +1868,6 @@ namespace OpenSim.Region.Framework.Scenes
1868 EventManager.TriggerStopScript(part.LocalId, itemID); 1868 EventManager.TriggerStopScript(part.LocalId, itemID);
1869 } 1869 }
1870 1870
1871 internal void SendAttachEvent(uint localID, UUID itemID, UUID avatarID)
1872 {
1873 EventManager.TriggerOnAttach(localID, itemID, avatarID);
1874 }
1875
1876 public void GetScriptRunning(IClientAPI controllingClient, UUID objectID, UUID itemID) 1871 public void GetScriptRunning(IClientAPI controllingClient, UUID objectID, UUID itemID)
1877 { 1872 {
1878 EventManager.TriggerGetScriptRunning(controllingClient, objectID, itemID); 1873 EventManager.TriggerGetScriptRunning(controllingClient, objectID, itemID);