* Removed superfluous and erroneous perms check on parts.

afrisby
lbsa71 2008-01-08 15:01:15 +00:00
parent 3ebd0430d9
commit c01dfe4953
1 changed files with 389 additions and 391 deletions

View File

@ -2057,8 +2057,7 @@ namespace OpenSim.Region.ClientStack
{
LLUUID partId = part.UUID;
if (tScene.PermissionsMngr.CanEditObjectPosition(simClient.AgentId, partId))
{
switch (block.Type)
{
case 1:
@ -2154,7 +2153,6 @@ namespace OpenSim.Region.ClientStack
}
}
}
}
return true;
}