Remove comment in perms module after consulting with awebb

0.6.0-stable
Melanie Thielker 2008-09-22 14:01:41 +00:00
parent 908a1932a8
commit a882fddb07
1 changed files with 2 additions and 6 deletions

View File

@ -610,14 +610,10 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
SceneObjectPart part = m_scene.GetSceneObjectPart(objectID);
// Commented because this behavior causes issues for IBM
// With this commented, strange viewer issues can be observed
// when trying to edit scripts and/or notecards in
// "Hacked god mode"
// TODO: add group support!
//
// if(part.OwnerID != editorID)
// return false;
if(part.OwnerID != editorID)
return false;
return GenericObjectPermission(editorID, objectID, false);
}