mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
pesty warning
This commit is contained in:
@@ -399,7 +399,7 @@ namespace OpenSim.Services.HypergridService
|
||||
return false;
|
||||
}
|
||||
|
||||
public new InventoryItemBase GetItem(InventoryItemBase item)
|
||||
public InventoryItemBase GetItem(InventoryItemBase item)
|
||||
{
|
||||
InventoryItemBase it = base.GetItem(item.Owner, item.ID);
|
||||
if (it == null)
|
||||
|
||||
Reference in New Issue
Block a user