oops
parent
e4ed2d7d6c
commit
cc10cd2161
|
@ -521,9 +521,10 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||||
objlist[0].OwnerID.ToString());
|
objlist[0].OwnerID.ToString());
|
||||||
m_Scene.AssetService.Store(asset);
|
m_Scene.AssetService.Store(asset);
|
||||||
|
|
||||||
item.AssetID = asset.FullID;
|
|
||||||
item.Description = desc;
|
item.Description = desc;
|
||||||
item.Name = name;
|
item.Name = name;
|
||||||
|
item.AssetType = (int)AssetType.Object;
|
||||||
|
item.AssetID = asset.FullID;
|
||||||
|
|
||||||
if (DeRezAction.SaveToExistingUserInventoryItem == action)
|
if (DeRezAction.SaveToExistingUserInventoryItem == action)
|
||||||
{
|
{
|
||||||
|
@ -696,9 +697,9 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
return item;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
// Folder magic
|
// Folder magic
|
||||||
//
|
//
|
||||||
if (action == DeRezAction.Delete)
|
if (action == DeRezAction.Delete)
|
||||||
|
@ -781,10 +782,10 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||||
item.Folder = folder.ID;
|
item.Folder = folder.ID;
|
||||||
item.Owner = userID;
|
item.Owner = userID;
|
||||||
item.CreationDate = Util.UnixTimeSinceEpoch();
|
item.CreationDate = Util.UnixTimeSinceEpoch();
|
||||||
}
|
|
||||||
|
|
||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
|
|
||||||
// compatibility do not use
|
// compatibility do not use
|
||||||
public virtual SceneObjectGroup RezObject(
|
public virtual SceneObjectGroup RezObject(
|
||||||
IClientAPI remoteClient, UUID itemID, Vector3 RayEnd, Vector3 RayStart,
|
IClientAPI remoteClient, UUID itemID, Vector3 RayEnd, Vector3 RayStart,
|
||||||
|
|
Loading…
Reference in New Issue