diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index ddf1550..82a4f64 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -703,10 +703,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
703 | public int GetChildAgentCount() | 703 | public int GetChildAgentCount() |
704 | { | 704 | { |
705 | // some network situations come in where child agents get closed twice. | 705 | // some network situations come in where child agents get closed twice. |
706 | if (m_numChildAgents < 0) | 706 | // if (m_numChildAgents < 0) |
707 | { | 707 | // { |
708 | m_numChildAgents = 0; | 708 | // m_numChildAgents = 0; |
709 | } | 709 | // } |
710 | 710 | ||
711 | return m_numChildAgents; | 711 | return m_numChildAgents; |
712 | } | 712 | } |