mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Stop hacked godmode from being able to actually move other people's
attachments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user