aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index b167fd7..69f5205 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -403,7 +403,7 @@ namespace OpenSim.Region.Framework.Scenes
403 m_activeScripts += number; 403 m_activeScripts += number;
404 } 404 }
405 405
406 protected internal void DropObject(uint objectLocalID, IClientAPI remoteClient) 406 public void DropObject(uint objectLocalID, IClientAPI remoteClient)
407 { 407 {
408 List<EntityBase> EntityList = GetEntities(); 408 List<EntityBase> EntityList = GetEntities();
409 409