aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 3f62610..fe66dd5 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -2308,5 +2308,14 @@ namespace OpenSim.Region.Environment.Scenes
2308 else 2308 else
2309 EventManager.TriggerStopScript(part.LocalId, itemID); 2309 EventManager.TriggerStopScript(part.LocalId, itemID);
2310 } 2310 }
2311
2312// public void TestFunction()
2313// {
2314// IInventoryModule imod = RequestModuleInterface<IInventoryModule>();
2315// if (imod == null)
2316// return;
2317//
2318// imod.TestFunction();
2319// }
2311 } 2320 }
2312} 2321}