mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* Added Object count to sim stats (it's incorrect, however, it'll be fixed)
This commit is contained in:
@@ -281,6 +281,12 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
return m_numRootAgents;
|
||||
}
|
||||
|
||||
public int GetTotalObjects()
|
||||
{
|
||||
return m_numPrim;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Get Methods
|
||||
|
||||
Reference in New Issue
Block a user