mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
* Just making Create public
This commit is contained in:
@@ -117,7 +117,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
Items.Add(item.inventoryID, item);
|
||||
}
|
||||
|
||||
private InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, int assetType, int invType, LLUUID parentFolderID)
|
||||
public InventoryItemBase CreateItem(LLUUID inventoryID, LLUUID assetID, string name, string description, int assetType, int invType, LLUUID parentFolderID)
|
||||
{
|
||||
InventoryItemBase item = new InventoryItemBase();
|
||||
item.avatarID = libOwner;
|
||||
|
||||
Reference in New Issue
Block a user