mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Remove the reading of estate_settings.xml and the associated processing of
defaults. Adding code to facilitate estate creation / managemment as part of first time start up
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
void Initialise(string connectstring);
|
||||
|
||||
EstateSettings LoadEstateSettings(UUID regionID);
|
||||
EstateSettings LoadEstateSettings(UUID regionID, bool create);
|
||||
void StoreEstateSettings(EstateSettings es);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user