aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs
diff options
context:
space:
mode:
authorMW2007-11-13 16:31:11 +0000
committerMW2007-11-13 16:31:11 +0000
commit448612db621549968d7a8570f837863f38778400 (patch)
treeb14e036fa4c97d5ad7a812215e913b65000cf452 /OpenSim/Region/Environment/Scenes/SceneBase.cs
parentworking now. Needs cleanup, but I'll have to do that after the next meeting (diff)
downloadopensim-SC_OLD-448612db621549968d7a8570f837863f38778400.zip
opensim-SC_OLD-448612db621549968d7a8570f837863f38778400.tar.gz
opensim-SC_OLD-448612db621549968d7a8570f837863f38778400.tar.bz2
opensim-SC_OLD-448612db621549968d7a8570f837863f38778400.tar.xz
Added "remove-region <region name>" console command that "should" remove the named region/scene.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneBase.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs
index ace1788..1bb7d10 100644
--- a/OpenSim/Region/Environment/Scenes/SceneBase.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs
@@ -58,11 +58,6 @@ namespace OpenSim.Region.Environment.Scenes
58 get { return m_eventManager; } 58 get { return m_eventManager; }
59 } 59 }
60 60
61 public RegionInfo RegionsInfo
62 {
63 get { return m_regInfo; }
64 }
65
66 protected string m_datastore; 61 protected string m_datastore;
67 62
68 private uint m_nextLocalId = 8880000; 63 private uint m_nextLocalId = 8880000;