mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Preliminary work on the new default region setting mechanism
This commit is contained in:
@@ -130,5 +130,15 @@ namespace OpenSim.Data.Null
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
public List<RegionData> GetDefaultRegions(UUID scopeID)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<RegionData> GetFallbackRegions(UUID scopeID, int x, int y)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user