From c29105aa3ee52e158b4c7870409165a89be4bcf6 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 3 Dec 2007 17:24:27 +0000 Subject: 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) --- OpenSim/Framework/Communications/Cache/AssetTransactions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/Cache') diff --git a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs index f7e80c9..9bc24e7 100644 --- a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs +++ b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs @@ -350,7 +350,7 @@ namespace OpenSim.Framework.Communications.Cache item.inventoryNextPermissions = nextPerm; userInfo.AddItem(ourClient.AgentId, item); - ourClient.SendInventoryItemUpdate(item); + ourClient.SendInventoryItemCreateUpdate(item); } } -- cgit v1.1