Stop hacked godmode from being able to actually move other people's
attachments0.6.1-post-fixes
parent
a66657f155
commit
98d0d728c2
|
@ -533,6 +533,10 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
|
|||
{
|
||||
permission = true;
|
||||
}
|
||||
else if(group.IsAttachment)
|
||||
{
|
||||
permission = false;
|
||||
}
|
||||
|
||||
// Users should be able to edit what is over their land.
|
||||
ILandObject parcel = m_scene.LandChannel.GetLandObject(group.AbsolutePosition.X, group.AbsolutePosition.Y);
|
||||
|
|
Loading…
Reference in New Issue