minor changes

This commit is contained in:
UbitUmarov
2020-05-07 02:15:25 +01:00
parent ac7187eada
commit 6c49f16132
6 changed files with 5 additions and 7 deletions

View File

@@ -204,7 +204,7 @@ namespace OpenSim.Region.Framework.Scenes
addFromAllowedDrop = (part.ParentGroup.RootPart.GetEffectiveObjectFlags() & (uint)PrimFlags.AllowInventoryDrop) != 0;
part.Inventory.AddInventoryItem(taskItem, addFromAllowedDrop);
part.ParentGroup.InvalidateEffectivePerms();
part.ParentGroup.InvalidateDeepEffectivePerms();
return true;
}