Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-09-30 16:01:45 +01:00
14 changed files with 72 additions and 46 deletions

View File

@@ -426,6 +426,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
if (part == null || part.ParentGroup == null)
return;
if (part.ParentGroup.RootPart.AttachedAvatar != remoteClient.AgentId)
return;
UUID inventoryID = part.ParentGroup.GetFromItemID();
ScenePresence presence;