Allow estate config files to specify a specific EstateID. Defaults to 0 if not specified which uses auto increment id as current behaviour.

This commit is contained in:
Alicia Raven
2020-12-15 17:05:30 +00:00
parent 73d33aee32
commit a969797512
10 changed files with 81 additions and 38 deletions

View File

@@ -98,7 +98,7 @@ namespace OpenSim.Data.Null
return GetEstate();
}
public EstateSettings CreateNewEstate()
public EstateSettings CreateNewEstate(int estateID)
{
return new EstateSettings();
}