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*

0.6.2-post-fixes
diva 2008-12-24 00:53:06 +00:00
parent 857535550c
commit 90126f6ca8
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ namespace OpenSim.Region.Communications.Hypergrid
Console.WriteLine("XXX Going local-grid region XXX"); Console.WriteLine("XXX Going local-grid region XXX");
RegionInfo regInfo = RequestNeighbourInfo(regionHandle); RegionInfo regInfo = RequestNeighbourInfo(regionHandle);
if (regInfo != null) if (regInfo != null)
if (!InformRegionOfUser(regInfo, agentData)) // For now, don't test if this succeeds/fails; until someone complains, this is a feature :-)
return false; InformRegionOfUser(regInfo, agentData);
return m_remoteBackend.InformRegionOfChildAgent(regionHandle, agentData); return m_remoteBackend.InformRegionOfChildAgent(regionHandle, agentData);
} }