mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Allow creation of link regions if there is an existing region within a 4096 range.
Also add GetHyperlinks() to the grid service.
This commit is contained in:
@@ -357,6 +357,12 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
return new List<GridRegion>(0);
|
||||
}
|
||||
|
||||
public List<GridRegion> GetHyperlinks(UUID scopeID)
|
||||
{
|
||||
// Hypergrid/linked regions are not supported
|
||||
return new List<GridRegion>();
|
||||
}
|
||||
|
||||
public int GetRegionFlags(UUID scopeID, UUID regionID)
|
||||
{
|
||||
const int REGION_ONLINE = 4;
|
||||
|
||||
Reference in New Issue
Block a user