mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
there should be no need to copy the scenepresence list again..
This commit is contained in:
@@ -5277,7 +5277,8 @@ Label_GroupsDone:
|
||||
/// </returns>
|
||||
public List<ScenePresence> GetScenePresences()
|
||||
{
|
||||
return new List<ScenePresence>(m_sceneGraph.GetScenePresences());
|
||||
//return new List<ScenePresence>(m_sceneGraph.GetScenePresences());
|
||||
return m_sceneGraph.GetScenePresences();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user