remove unused and wrong methods

This commit is contained in:
UbitUmarov
2017-01-26 19:51:50 +00:00
parent ed365f6220
commit cdc23bab74
2 changed files with 1 additions and 58 deletions

View File

@@ -1569,7 +1569,7 @@ namespace OpenSim.Region.Framework.Scenes
if (group.IsAttachment || (group.RootPart.Shape.PCode == 9 && group.RootPart.Shape.State != 0))
{
// Set the new attachment point data in the object
byte attachmentPoint = group.GetAttachmentPoint();
byte attachmentPoint = (byte)group.AttachmentPoint;
group.UpdateGroupPosition(pos);
group.IsAttachment = false;
group.AbsolutePosition = group.RootPart.AttachedPos;