* Fixed deleting prim.
parent
74b5f6b14a
commit
b7d0aa7cb5
|
@ -551,7 +551,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
|
||||||
DebugPermissionInformation(MethodInfo.GetCurrentMethod().Name);
|
DebugPermissionInformation(MethodInfo.GetCurrentMethod().Name);
|
||||||
if (m_bypassPermissions) return m_bypassPermissionsValue;
|
if (m_bypassPermissions) return m_bypassPermissionsValue;
|
||||||
|
|
||||||
return GenericObjectPermission(objectID, deleter, false);
|
return GenericObjectPermission(deleter, objectID, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool CanEditObject(LLUUID objectID, LLUUID editorID, Scene scene)
|
private bool CanEditObject(LLUUID objectID, LLUUID editorID, Scene scene)
|
||||||
|
|
Loading…
Reference in New Issue