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

@@ -350,7 +350,7 @@ namespace OpenSim.Framework.Communications.Cache
item.inventoryNextPermissions = nextPerm;
userInfo.AddItem(ourClient.AgentId, item);
ourClient.SendInventoryItemUpdate(item);
ourClient.SendInventoryItemCreateUpdate(item);
}
}