diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneBase.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs index 282fc5e..d55b082 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs | |||
@@ -131,7 +131,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
131 | 131 | ||
132 | protected ulong m_regionHandle; | 132 | protected ulong m_regionHandle; |
133 | protected string m_regionName; | 133 | protected string m_regionName; |
134 | protected RegionInfo m_regInfo; | ||
135 | 134 | ||
136 | public ITerrainChannel Heightmap; | 135 | public ITerrainChannel Heightmap; |
137 | 136 | ||
@@ -156,6 +155,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
156 | get { return m_permissions; } | 155 | get { return m_permissions; } |
157 | } | 156 | } |
158 | 157 | ||
158 | protected string m_datastore; | ||
159 | |||
159 | /* Used by the loadbalancer plugin on GForge */ | 160 | /* Used by the loadbalancer plugin on GForge */ |
160 | protected RegionStatus m_regStatus; | 161 | protected RegionStatus m_regStatus; |
161 | public RegionStatus RegionStatus | 162 | public RegionStatus RegionStatus |