mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Attempt at fixing the HG home jump by looking up hyperlink regions before grid-local regions.
This commit is contained in:
@@ -121,9 +121,9 @@ namespace OpenSim.Region.Communications.Hypergrid
|
||||
|
||||
public override RegionInfo RequestNeighbourInfo(ulong regionHandle)
|
||||
{
|
||||
RegionInfo info = m_remoteBackend.RequestNeighbourInfo(regionHandle);
|
||||
RegionInfo info = base.RequestNeighbourInfo(regionHandle);
|
||||
if (info == null)
|
||||
info = base.RequestNeighbourInfo(regionHandle);
|
||||
info = m_remoteBackend.RequestNeighbourInfo(regionHandle);
|
||||
return info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user