diff options
author | MW | 2008-03-15 12:53:03 +0000 |
---|---|---|
committer | MW | 2008-03-15 12:53:03 +0000 |
commit | c04899b60ab15c7614108ac61fbf1f22fccab5a7 (patch) | |
tree | 7fa4880b501f52bf30da23859543206516bb6579 /OpenSim/Region | |
parent | Part 1 of making inventory work again in the 1.19.1 (RC) client. Implemented ... (diff) | |
download | opensim-SC-c04899b60ab15c7614108ac61fbf1f22fccab5a7.zip opensim-SC-c04899b60ab15c7614108ac61fbf1f22fccab5a7.tar.gz opensim-SC-c04899b60ab15c7614108ac61fbf1f22fccab5a7.tar.bz2 opensim-SC-c04899b60ab15c7614108ac61fbf1f22fccab5a7.tar.xz |
Part 2 of fixing inventory for client 1.19.1 (RC), inventory items should now show up.
Most likely still some problems and most like needs some more work (and still a couple of things to finish off).
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 7c1faa3..19dbbc9 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1656,6 +1656,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1656 | cap.AddNewInventoryItem = AddInventoryItem; | 1656 | cap.AddNewInventoryItem = AddInventoryItem; |
1657 | cap.ItemUpdatedCall = CapsUpdateInventoryItemAsset; | 1657 | cap.ItemUpdatedCall = CapsUpdateInventoryItemAsset; |
1658 | cap.TaskScriptUpdatedCall = CapsUpdateTaskInventoryScriptAsset; | 1658 | cap.TaskScriptUpdatedCall = CapsUpdateTaskInventoryScriptAsset; |
1659 | cap.CAPSFetchInventoryDescendents = CommsManager.UserProfileCacheService.HandleFetchInventoryDescendentsCAPS; | ||
1659 | 1660 | ||
1660 | if (m_capsHandlers.ContainsKey(agent.AgentID)) | 1661 | if (m_capsHandlers.ContainsKey(agent.AgentID)) |
1661 | { | 1662 | { |