diff options
* Added null root part guard
* Normalized some UUID handling
* Compacted a few Contains/Add into Set
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/EntityBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs index 2a8c1e9..670ca13 100644 --- a/OpenSim/Region/Environment/Scenes/EntityBase.cs +++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs | |||
@@ -46,7 +46,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
46 | get { return m_scene; } | 46 | get { return m_scene; } |
47 | } | 47 | } |
48 | 48 | ||
49 | public LLUUID m_uuid; | 49 | protected LLUUID m_uuid; |
50 | 50 | ||
51 | public virtual LLUUID UUID | 51 | public virtual LLUUID UUID |
52 | { | 52 | { |