From 90126f6ca80852ae4952122ddcf2286460e8527c Mon Sep 17 00:00:00 2001 From: diva Date: Wed, 24 Dec 2008 00:53:06 +0000 Subject: 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* --- OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Communications/Hypergrid') 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 Console.WriteLine("XXX Going local-grid region XXX"); RegionInfo regInfo = RequestNeighbourInfo(regionHandle); if (regInfo != null) - if (!InformRegionOfUser(regInfo, agentData)) - return false; + // For now, don't test if this succeeds/fails; until someone complains, this is a feature :-) + InformRegionOfUser(regInfo, agentData); return m_remoteBackend.InformRegionOfChildAgent(regionHandle, agentData); } -- cgit v1.1