mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Fix saving of attachment positions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user