mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Assorted bug fixes related to hyperlinking
This commit is contained in:
@@ -133,12 +133,12 @@ namespace OpenSim.Data.Null
|
||||
|
||||
public List<RegionData> GetDefaultRegions(UUID scopeID)
|
||||
{
|
||||
return null;
|
||||
return new List<RegionData>();
|
||||
}
|
||||
|
||||
public List<RegionData> GetFallbackRegions(UUID scopeID, int x, int y)
|
||||
{
|
||||
return null;
|
||||
return new List<RegionData>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user