* Fixed deleting prim.

0.6.0-stable
Teravus Ovares 2008-05-14 20:25:09 +00:00
parent 74b5f6b14a
commit b7d0aa7cb5
1 changed files with 1 additions and 1 deletions

View File

@ -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)