Check parcel entry permissions when moving objects

avinationmerge
Melanie 2012-05-14 01:32:22 +02:00
parent 59826c15ce
commit e78043cb70
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}