diff options
author | diva | 2008-12-24 00:53:06 +0000 |
---|---|---|
committer | diva | 2008-12-24 00:53:06 +0000 |
commit | 90126f6ca80852ae4952122ddcf2286460e8527c (patch) | |
tree | c686f14d0bb9251802ca859a573ea26d1cc76881 /OpenSim/Region/Communications | |
parent | Better error handling for expect_hg_user on the HG. (diff) | |
download | opensim-SC_OLD-90126f6ca80852ae4952122ddcf2286460e8527c.zip opensim-SC_OLD-90126f6ca80852ae4952122ddcf2286460e8527c.tar.gz opensim-SC_OLD-90126f6ca80852ae4952122ddcf2286460e8527c.tar.bz2 opensim-SC_OLD-90126f6ca80852ae4952122ddcf2286460e8527c.tar.xz |
Backing off from the accidental removal one of the most valued 'features' of the HG: the ability to TP to regions on the grid that don't run HG. *smiles*
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs b/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs index 58ec27e..b085774 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs | |||
@@ -237,8 +237,8 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
237 | Console.WriteLine("XXX Going local-grid region XXX"); | 237 | Console.WriteLine("XXX Going local-grid region XXX"); |
238 | RegionInfo regInfo = RequestNeighbourInfo(regionHandle); | 238 | RegionInfo regInfo = RequestNeighbourInfo(regionHandle); |
239 | if (regInfo != null) | 239 | if (regInfo != null) |
240 | if (!InformRegionOfUser(regInfo, agentData)) | 240 | // For now, don't test if this succeeds/fails; until someone complains, this is a feature :-) |
241 | return false; | 241 | InformRegionOfUser(regInfo, agentData); |
242 | return m_remoteBackend.InformRegionOfChildAgent(regionHandle, agentData); | 242 | return m_remoteBackend.InformRegionOfChildAgent(regionHandle, agentData); |
243 | } | 243 | } |
244 | 244 | ||