mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
This is a simple patch which just renames an IClientAPI method to
SendInventoryItemCreateUpdate() in order to reflect the actual packet it sends (UpdateCreateInventoryItem). From Justin Casey (IBM)
This commit is contained in:
@@ -310,7 +310,7 @@ namespace SimpleApp
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendInventoryItemUpdate(InventoryItemBase Item)
|
||||
public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user