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.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 79803a5..89dc130 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -332,6 +332,7 @@ namespace OpenSim.Region.Environment.Scenes
332 // If agent is a root agent. 332 // If agent is a root agent.
333 if (!agent.IsChildAgent) 333 if (!agent.IsChildAgent)
334 { 334 {
335
335 //agent.ControllingClient.new 336 //agent.ControllingClient.new
336 //this.CommsManager.InterRegion.InformRegionOfChildAgent(otherRegion.RegionHandle, agent.ControllingClient.RequestClientInfo()); 337 //this.CommsManager.InterRegion.InformRegionOfChildAgent(otherRegion.RegionHandle, agent.ControllingClient.RequestClientInfo());
337 InformClientOfNeighbor(agent, otherRegion); 338 InformClientOfNeighbor(agent, otherRegion);