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");
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue