aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index a62c1ac..4c12496 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -782,12 +782,6 @@ namespace OpenSim.Region.Framework.Scenes
782 782
783 public int GetChildAgentCount() 783 public int GetChildAgentCount()
784 { 784 {
785 // some network situations come in where child agents get closed twice.
786 if (m_numChildAgents < 0)
787 {
788 m_numChildAgents = 0;
789 }
790
791 return m_numChildAgents; 785 return m_numChildAgents;
792 } 786 }
793 787