mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user