diff options
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 | { |