change position of OnAttach event firing so that this also happens when a user teleports into a region

This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-03 15:35:41 +00:00
parent bbd41de6d5
commit b6bee4999c
2 changed files with 17 additions and 15 deletions

View File

@@ -627,11 +627,10 @@ namespace OpenSim.Region.Framework.Scenes
}
m_parentScene.AttachObject(remoteClient, AttachmentPt, itemId, group);
group.AttachToAgent(remoteClient.AgentId, AttachmentPt, attachPos, silent);
// In case it is later dropped again, don't let
// it get cleaned up
//
group.RootPart.RemFlag(PrimFlags.TemporaryOnRez);
group.HasGroupChanged = false;
}