mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Remove comment in perms module after consulting with awebb
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user