mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
remove unused and wrong methods
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user