diff options
author | Justin Clarke Casey | 2008-05-03 18:01:38 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-03 18:01:38 +0000 |
commit | f5609ba452ba019d2e84643a69c4776c9ec8af66 (patch) | |
tree | 435b444fb1126e5e54ad524e4b02503e592f9c23 /OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |
parent | *Moved EstateManager into a region module (diff) | |
download | opensim-SC_OLD-f5609ba452ba019d2e84643a69c4776c9ec8af66.zip opensim-SC_OLD-f5609ba452ba019d2e84643a69c4776c9ec8af66.tar.gz opensim-SC_OLD-f5609ba452ba019d2e84643a69c4776c9ec8af66.tar.bz2 opensim-SC_OLD-f5609ba452ba019d2e84643a69c4776c9ec8af66.tar.xz |
* Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()
* Remove old framework asset transactions files which were region modularized
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/CachedUserInfo.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index aa27abd..ca9669a 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -302,7 +302,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
302 | /// Add an item to the user's inventory | 302 | /// Add an item to the user's inventory |
303 | /// </summary> | 303 | /// </summary> |
304 | /// <param name="itemInfo"></param> | 304 | /// <param name="itemInfo"></param> |
305 | public void AddItem(LLUUID userID, InventoryItemBase itemInfo) | 305 | public void AddItem(InventoryItemBase itemInfo) |
306 | { | 306 | { |
307 | if (HasInventory) | 307 | if (HasInventory) |
308 | { | 308 | { |