diff options
author | Justin Clarke Casey | 2008-05-03 18:13:32 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-03 18:13:32 +0000 |
commit | a5dfca8958a28da415719ba880a77138ec205842 (patch) | |
tree | d5dfd209e082ee17e565e50cc17acc977b8b0565 /OpenSim/Region/Environment/Modules/Agent/AssetTransaction | |
parent | * Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem() (diff) | |
download | opensim-SC_OLD-a5dfca8958a28da415719ba880a77138ec205842.zip opensim-SC_OLD-a5dfca8958a28da415719ba880a77138ec205842.tar.gz opensim-SC_OLD-a5dfca8958a28da415719ba880a77138ec205842.tar.bz2 opensim-SC_OLD-a5dfca8958a28da415719ba880a77138ec205842.tar.xz |
* Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()
* Put warning in remove folder method about non implementation (not that this is used anyway - may be legacy)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetsTransactions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetsTransactions.cs b/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetsTransactions.cs index 19d2913..9a6b83a 100644 --- a/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetsTransactions.cs +++ b/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetsTransactions.cs | |||
@@ -364,7 +364,7 @@ namespace OpenSim.Region.Environment.Modules.Agent.AssetTransaction | |||
364 | m_userTransactions.Manager.MyScene.CommsManager.AssetCache.AddAsset(Asset); | 364 | m_userTransactions.Manager.MyScene.CommsManager.AssetCache.AddAsset(Asset); |
365 | } | 365 | } |
366 | 366 | ||
367 | userInfo.UpdateItem(remoteClient.AgentId, item); | 367 | userInfo.UpdateItem(item); |
368 | } | 368 | } |
369 | } | 369 | } |
370 | } | 370 | } |