aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 0a8df98..215d30d 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -1406,7 +1406,10 @@ namespace OpenSim.Region.Environment.Scenes
1406 "http://" + m_regInfo.ExternalHostName + ":" + httpListener.Port.ToString() + 1406 "http://" + m_regInfo.ExternalHostName + ":" + httpListener.Port.ToString() +
1407 "/CAPS/" + agent.CapsPath + "0000/"); 1407 "/CAPS/" + agent.CapsPath + "0000/");
1408 cap.RegisterHandlers(); 1408 cap.RegisterHandlers();
1409 1409 if (agent.child)
1410 {
1411
1412 }
1410 cap.AddNewInventoryItem = AddInventoryItem; 1413 cap.AddNewInventoryItem = AddInventoryItem;
1411 cap.ItemUpdatedCall = CapsUpdateInventoryItemAsset; 1414 cap.ItemUpdatedCall = CapsUpdateInventoryItemAsset;
1412 cap.TaskScriptUpdatedCall = CapsUpdateTaskInventoryScriptAsset; 1415 cap.TaskScriptUpdatedCall = CapsUpdateTaskInventoryScriptAsset;