do the same in the cases we are just moving parts around and not changing their caches (ie their taskInventory)

This commit is contained in:
UbitUmarov
2017-05-04 12:08:10 +01:00
parent 3a8dd24fd1
commit 3402819888
12 changed files with 21 additions and 23 deletions

View File

@@ -2048,7 +2048,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
m_host.Inventory.AddInventoryItemExclusive(taskItem, false);
else
m_host.Inventory.AddInventoryItem(taskItem, false);
m_host.ParentGroup.AggregatePerms();
m_host.ParentGroup.InvalidateDeepEffectivePerms();
return taskItem;
}