Fix saving of attachment positions
parent
c7c0d5558b
commit
fc3cf2b5a3
|
@ -3700,7 +3700,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
}
|
||||
if ((change & ObjectChangeType.Position) != 0)
|
||||
{
|
||||
group.AbsolutePosition = data.position;
|
||||
UpdateGroupPosition(data.position);
|
||||
updateType = updatetype.groupterse;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue