aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
authorMelanie2012-06-08 00:43:39 +0100
committerMelanie2012-06-08 00:43:39 +0100
commit48add77a4c985858794c2c3a9d7ea63a31921528 (patch)
tree7757e425e3d9e93d742c51e3f39bee57be04546b /OpenSim/Region/Framework/Scenes/SceneGraph.cs
parentMerge branch 'master' into careminster (diff)
parentGo back to calling IncomingCloseAgent() in the "kick user" command for consis... (diff)
downloadopensim-SC_OLD-48add77a4c985858794c2c3a9d7ea63a31921528.zip
opensim-SC_OLD-48add77a4c985858794c2c3a9d7ea63a31921528.tar.gz
opensim-SC_OLD-48add77a4c985858794c2c3a9d7ea63a31921528.tar.bz2
opensim-SC_OLD-48add77a4c985858794c2c3a9d7ea63a31921528.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
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