diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 2c8c675..d185fba 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -218,6 +218,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
218 | protected AvatarAppearance m_appearance; | 218 | protected AvatarAppearance m_appearance; |
219 | 219 | ||
220 | protected List<SceneObjectGroup> m_attachments = new List<SceneObjectGroup>(); | 220 | protected List<SceneObjectGroup> m_attachments = new List<SceneObjectGroup>(); |
221 | public List<SceneObjectGroup> Attachments | ||
222 | { | ||
223 | get { return m_attachments; } | ||
224 | } | ||
221 | 225 | ||
222 | // neighbouring regions we have enabled a child agent in | 226 | // neighbouring regions we have enabled a child agent in |
223 | // holds the seed cap for the child agent in that region | 227 | // holds the seed cap for the child agent in that region |