Added "remove-region <region name>" console command that "should" remove the named region/scene.

This commit is contained in:
MW
2007-11-13 16:31:11 +00:00
parent 4bc4844646
commit 448612db62
2 changed files with 16 additions and 5 deletions

View File

@@ -58,11 +58,6 @@ namespace OpenSim.Region.Environment.Scenes
get { return m_eventManager; }
}
public RegionInfo RegionsInfo
{
get { return m_regInfo; }
}
protected string m_datastore;
private uint m_nextLocalId = 8880000;