Fox a null ref in the inventory give module
parent
ea1e38dd14
commit
73a982babe
|
@ -786,6 +786,9 @@ namespace OpenSim.Framework.Communications.Cache
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
item = new InventoryItemBase();
|
||||||
|
item.ID = itemID;
|
||||||
|
|
||||||
InventoryItemBase itemInfo = m_commsManager.InventoryService.QueryItem(item);
|
InventoryItemBase itemInfo = m_commsManager.InventoryService.QueryItem(item);
|
||||||
if (itemInfo != null)
|
if (itemInfo != null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue