mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Merge branch 'avination' into careminster
This commit is contained in:
@@ -3763,7 +3763,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
if ((change & ObjectChangeType.Position) != 0)
|
||||
{
|
||||
if (m_scene.Permissions.CanObjectEntry(group.UUID, false, data.position))
|
||||
if (IsAttachment || m_scene.Permissions.CanObjectEntry(group.UUID, false, data.position))
|
||||
UpdateGroupPosition(data.position);
|
||||
updateType = updatetype.groupterse;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user