mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
several changes to lludp FetchInventory
This commit is contained in:
@@ -141,7 +141,7 @@ namespace OpenSim.Tests.Common
|
||||
public event SpinStop OnSpinStop;
|
||||
public event ViewerEffectEventHandler OnViewerEffect;
|
||||
|
||||
public event FetchInventory OnAgentDataUpdateRequest;
|
||||
public event AgentDataUpdate OnAgentDataUpdateRequest;
|
||||
public event TeleportLocationRequest OnSetStartLocationRequest;
|
||||
|
||||
public event UpdateShape OnUpdatePrimShape;
|
||||
@@ -796,7 +796,7 @@ namespace OpenSim.Tests.Common
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item)
|
||||
public virtual void SendInventoryItemDetails(InventoryItemBase[] items)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user