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*
parent
857535550c
commit
90126f6ca8
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue