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");
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);
}