Merge commit '1458fab82c4dab9901d81419e6b515f47ea7320f' into bigmerge

This commit is contained in:
Melanie
2011-10-11 21:30:42 +01:00
8 changed files with 287 additions and 166 deletions

View File

@@ -84,6 +84,11 @@ namespace OpenSim.Data.Null
{
return new EstateSettings();
}
public EstateSettings CreateNewEstate()
{
return new EstateSettings();
}
public List<EstateSettings> LoadEstateSettingsAll()
{