Check parcel entry permissions when moving objects
parent
59826c15ce
commit
e78043cb70
|
@ -3752,6 +3752,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
}
|
||||
if ((change & ObjectChangeType.Position) != 0)
|
||||
{
|
||||
if (m_scene.Permissions.CanObjectEntry(group.UUID, false, data.position))
|
||||
UpdateGroupPosition(data.position);
|
||||
updateType = updatetype.groupterse;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue