aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps
diff options
context:
space:
mode:
authorDan Lake2011-11-01 17:20:12 -0700
committerDan Lake2011-11-01 17:20:12 -0700
commit7c8bfac11ba35becd9a2f7fffaa568e1dade99ac (patch)
treee8f997d3ebddc0c10d4153375ea00d1a7f074b80 /OpenSim/Region/ClientStack/Linden/Caps
parentPart 2 of see_into_this_sim_from_neighbor configuration option removal (diff)
downloadopensim-SC_OLD-7c8bfac11ba35becd9a2f7fffaa568e1dade99ac.zip
opensim-SC_OLD-7c8bfac11ba35becd9a2f7fffaa568e1dade99ac.tar.gz
opensim-SC_OLD-7c8bfac11ba35becd9a2f7fffaa568e1dade99ac.tar.bz2
opensim-SC_OLD-7c8bfac11ba35becd9a2f7fffaa568e1dade99ac.tar.xz
Removed redundant SceneContents property from Scene. It's the same as SceneGraph property.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
index d1ce5df..b93a41b 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs
@@ -135,7 +135,7 @@ namespace OpenSim.Region.ClientStack.Linden
135 ItemUpdatedCall = m_Scene.CapsUpdateInventoryItemAsset; 135 ItemUpdatedCall = m_Scene.CapsUpdateInventoryItemAsset;
136 TaskScriptUpdatedCall = m_Scene.CapsUpdateTaskInventoryScriptAsset; 136 TaskScriptUpdatedCall = m_Scene.CapsUpdateTaskInventoryScriptAsset;
137 CAPSFetchInventoryDescendents = m_Scene.HandleFetchInventoryDescendentsCAPS; 137 CAPSFetchInventoryDescendents = m_Scene.HandleFetchInventoryDescendentsCAPS;
138 GetClient = m_Scene.SceneContents.GetControllingClient; 138 GetClient = m_Scene.SceneGraph.GetControllingClient;
139 } 139 }
140 140
141 /// <summary> 141 /// <summary>