mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Make single item inventory gives work across regions
This commit is contained in:
@@ -525,8 +525,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
itemCopy.SalePrice = item.SalePrice;
|
||||
itemCopy.SaleType = item.SaleType;
|
||||
|
||||
itemCopy.CreationDate = item.CreationDate;
|
||||
|
||||
recipientUserInfo.AddItem(itemCopy);
|
||||
|
||||
if (!Permissions.BypassPermissions())
|
||||
|
||||
Reference in New Issue
Block a user