mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024
This commit is contained in:
@@ -404,7 +404,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return;
|
||||
}
|
||||
|
||||
InventoryItemBase item = InventoryService.GetItem(new InventoryItemBase(itemID));
|
||||
InventoryItemBase item = new InventoryItemBase(itemID, remoteClient.AgentId);
|
||||
item = InventoryService.GetItem(item);
|
||||
|
||||
if (item != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user