Plug a small hole
parent
b2fefe3e3f
commit
ce3e265575
|
@ -585,6 +585,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_log.Error("[AGENT INVENTORY]: Failed to find item " + oldItemID.ToString());
|
m_log.Error("[AGENT INVENTORY]: Failed to find item " + oldItemID.ToString());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ((item.CurrentPermissions & (uint)PermissionMask.Copy) == 0)
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
AssetBase asset = AssetService.Get(item.AssetID.ToString());
|
AssetBase asset = AssetService.Get(item.AssetID.ToString());
|
||||||
|
|
Loading…
Reference in New Issue