mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
This commit is contained in:
@@ -782,12 +782,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public int GetChildAgentCount()
|
||||
{
|
||||
// some network situations come in where child agents get closed twice.
|
||||
if (m_numChildAgents < 0)
|
||||
{
|
||||
m_numChildAgents = 0;
|
||||
}
|
||||
|
||||
return m_numChildAgents;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user