aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache
diff options
context:
space:
mode:
authorSean Dague2007-12-03 17:24:27 +0000
committerSean Dague2007-12-03 17:24:27 +0000
commitc29105aa3ee52e158b4c7870409165a89be4bcf6 (patch)
treec4bdf2497100bc9fb8a59635a6c0e3109d516161 /OpenSim/Framework/Communications/Cache
parentAdded a flag to load-xml console command, that will generate new uuids for th... (diff)
downloadopensim-SC_OLD-c29105aa3ee52e158b4c7870409165a89be4bcf6.zip
opensim-SC_OLD-c29105aa3ee52e158b4c7870409165a89be4bcf6.tar.gz
opensim-SC_OLD-c29105aa3ee52e158b4c7870409165a89be4bcf6.tar.bz2
opensim-SC_OLD-c29105aa3ee52e158b4c7870409165a89be4bcf6.tar.xz
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)
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetTransactions.cs2
1 files changed, 1 insertions, 1 deletions
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
350 item.inventoryNextPermissions = nextPerm; 350 item.inventoryNextPermissions = nextPerm;
351 351
352 userInfo.AddItem(ourClient.AgentId, item); 352 userInfo.AddItem(ourClient.AgentId, item);
353 ourClient.SendInventoryItemUpdate(item); 353 ourClient.SendInventoryItemCreateUpdate(item);
354 } 354 }
355 } 355 }
356 356