mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Refactor: Stop exposing the inner scene's ScenePresence dictionary directly to the world
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
#region Fields
|
||||
|
||||
public Dictionary<LLUUID, ScenePresence> ScenePresences;
|
||||
internal Dictionary<LLUUID, ScenePresence> ScenePresences;
|
||||
// SceneObjects is not currently populated or used.
|
||||
//public Dictionary<LLUUID, SceneObjectGroup> SceneObjects;
|
||||
public Dictionary<LLUUID, EntityBase> Entities;
|
||||
|
||||
Reference in New Issue
Block a user