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:
Sean Dague
2007-12-03 17:24:27 +00:00
parent 690e517240
commit c29105aa3e
5 changed files with 15 additions and 8 deletions

View File

@@ -310,7 +310,7 @@ namespace SimpleApp
{
}
public virtual void SendInventoryItemUpdate(InventoryItemBase Item)
public virtual void SendInventoryItemCreateUpdate(InventoryItemBase Item)
{
}