fix last owner on add to object inventory

0.9.1.0-post-fixes
UbitUmarov 2019-02-21 21:54:24 +00:00
parent 0f574d432d
commit 17ea412da1
2 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ namespace OpenSim.Region.Framework.Scenes
// We're adding this to a prim we don't own. Force // We're adding this to a prim we don't own. Force
// owner change // owner change
taskItem.Flags |= (uint)InventoryItemFlags.ObjectSlamPerm; taskItem.Flags |= (uint)InventoryItemFlags.ObjectSlamPerm;
taskItem.LastOwnerID = item.Owner;
} }
else else
{ {