mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
do not do chained hg teleports
This commit is contained in:
@@ -337,6 +337,16 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
|
||||
return rinfo;
|
||||
}
|
||||
|
||||
public GridRegion GetLocalRegionByName(UUID scopeID, string name)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public GridRegion GetLocalRegionByURI(UUID scopeID, RegionURI uri)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<GridRegion> GetRegionsByName(UUID scopeID, string name, int maxNumber)
|
||||
{
|
||||
var ruri = new RegionURI(name, m_ThisGridInfo);
|
||||
|
||||
Reference in New Issue
Block a user