minor: remove already processed avatar null check in Scene.RemoveClient()

remove some now duplicated method doc
This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-30 23:36:45 +01:00
parent ddc733cd3d
commit 1809aaf74c
3 changed files with 1 additions and 6 deletions

View File

@@ -145,7 +145,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
{
grp.IsAttachment = false;
grp.AbsolutePosition = grp.RootPart.AttachedPos;
// grp.DetachToInventoryPrep();
UpdateKnownItem(sp.ControllingClient, grp, grp.GetFromItemID(), grp.OwnerID);
grp.IsAttachment = true;
}