aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Hypergrid
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/Hypergrid
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/Hypergrid')
-rw-r--r--OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs
index 6737a1b..7505c75 100644
--- a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs
@@ -170,16 +170,16 @@ namespace OpenSim.Region.Environment.Scenes.Hypergrid
170 agent.child = false; 170 agent.child = false;
171 m_commsProvider.InterRegion.InformRegionOfChildAgent(reg.RegionHandle, agent); 171 m_commsProvider.InterRegion.InformRegionOfChildAgent(reg.RegionHandle, agent);
172 172
173 //if (eq != null) 173 if (eq != null)
174 //{ 174 {
175 // OSD Item = EventQueueHelper.EnableSimulator(realHandle, reg.ExternalEndPoint); 175 OSD Item = EventQueueHelper.EnableSimulator(realHandle, reg.ExternalEndPoint);
176 // eq.Enqueue(Item, avatar.UUID); 176 eq.Enqueue(Item, avatar.UUID);
177 //} 177 }
178 //else 178 else
179 //{ 179 {
180 // avatar.ControllingClient.InformClientOfNeighbour(realHandle, reg.ExternalEndPoint); 180 avatar.ControllingClient.InformClientOfNeighbour(realHandle, reg.ExternalEndPoint);
181 // // TODO: make Event Queue disablable! 181 // TODO: make Event Queue disablable!
182 //} 182 }
183 183
184 m_commsProvider.InterRegion.ExpectAvatarCrossing(reg.RegionHandle, avatar.ControllingClient.AgentId, 184 m_commsProvider.InterRegion.ExpectAvatarCrossing(reg.RegionHandle, avatar.ControllingClient.AgentId,
185 position, false); 185 position, false);