aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-12-03 03:26:58 +0000
committerMelanie Thielker2008-12-03 03:26:58 +0000
commitb80a48841eb00d98105fa8cd84e90a4df407d237 (patch)
tree51546cc8c2b6651fcdeec740acdc443d03060dd8 /OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
parentApply Diva's bandaid to OpenSim's scraped knee. (diff)
downloadopensim-SC_OLD-b80a48841eb00d98105fa8cd84e90a4df407d237.zip
opensim-SC_OLD-b80a48841eb00d98105fa8cd84e90a4df407d237.tar.gz
opensim-SC_OLD-b80a48841eb00d98105fa8cd84e90a4df407d237.tar.bz2
opensim-SC_OLD-b80a48841eb00d98105fa8cd84e90a4df407d237.tar.xz
Remove the bandaid (fast rip)
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index 6e43865..c36c5ba 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -683,15 +683,15 @@ namespace OpenSim.Region.Environment.Scenes
683 agent.child = false; 683 agent.child = false;
684 m_commsProvider.InterRegion.InformRegionOfChildAgent(reg.RegionHandle, agent); 684 m_commsProvider.InterRegion.InformRegionOfChildAgent(reg.RegionHandle, agent);
685 685
686 //if (eq != null) 686 if (eq != null)
687 //{ 687 {
688 // OSD Item = EventQueueHelper.EnableSimulator(reg.RegionHandle, reg.ExternalEndPoint); 688 OSD Item = EventQueueHelper.EnableSimulator(reg.RegionHandle, reg.ExternalEndPoint);
689 // eq.Enqueue(Item, avatar.UUID); 689 eq.Enqueue(Item, avatar.UUID);
690 //} 690 }
691 //else 691 else
692 //{ 692 {
693 // avatar.ControllingClient.InformClientOfNeighbour(reg.RegionHandle, reg.ExternalEndPoint); 693 avatar.ControllingClient.InformClientOfNeighbour(reg.RegionHandle, reg.ExternalEndPoint);
694 //} 694 }
695 695
696 m_commsProvider.InterRegion.ExpectAvatarCrossing(reg.RegionHandle, avatar.ControllingClient.AgentId, 696 m_commsProvider.InterRegion.ExpectAvatarCrossing(reg.RegionHandle, avatar.ControllingClient.AgentId,
697 position, false); 697 position, false);