Fix saving of attachment positions

avinationmerge
Melanie 2012-05-01 23:21:28 +02:00
parent c7c0d5558b
commit fc3cf2b5a3
1 changed files with 1 additions and 1 deletions

View File

@ -3700,7 +3700,7 @@ namespace OpenSim.Region.Framework.Scenes
} }
if ((change & ObjectChangeType.Position) != 0) if ((change & ObjectChangeType.Position) != 0)
{ {
group.AbsolutePosition = data.position; UpdateGroupPosition(data.position);
updateType = updatetype.groupterse; updateType = updatetype.groupterse;
} }
else else