aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rwxr-xr-xOpenSim/Region/Framework/Scenes/Scene.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index ff1e922..a0a2882 100755
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -4625,12 +4625,8 @@ Label_GroupsDone:
4625 // however to avoid a race condition crossing borders.. 4625 // however to avoid a race condition crossing borders..
4626 if (childAgentUpdate.IsChildAgent) 4626 if (childAgentUpdate.IsChildAgent)
4627 { 4627 {
4628 uint rRegionX = (uint)(cAgentData.RegionHandle >> 40);
4629 uint rRegionY = (((uint)(cAgentData.RegionHandle)) >> 8);
4630 uint tRegionX = RegionInfo.RegionLocX;
4631 uint tRegionY = RegionInfo.RegionLocY;
4632 //Send Data to ScenePresence 4628 //Send Data to ScenePresence
4633 childAgentUpdate.UpdateChildAgent(cAgentData, tRegionX, tRegionY, rRegionX, rRegionY); 4629 childAgentUpdate.UpdateChildAgent(cAgentData);
4634 // Not Implemented: 4630 // Not Implemented:
4635 //TODO: Do we need to pass the message on to one of our neighbors? 4631 //TODO: Do we need to pass the message on to one of our neighbors?
4636 } 4632 }