mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Enforce region agent limit as set in estate tools
This commit is contained in:
@@ -826,6 +826,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return m_scenePresenceArray;
|
||||
}
|
||||
|
||||
public int GetNumberOfScenePresences()
|
||||
{
|
||||
return m_scenePresenceArray.Count;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Request a scene presence by UUID. Fast, indexed lookup.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user