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 b87a38a..7c8bd88 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs | |||
@@ -149,7 +149,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
149 | 149 | ||
150 | protected ulong m_regionHandle; | 150 | protected ulong m_regionHandle; |
151 | protected string m_regionName; | 151 | protected string m_regionName; |
152 | protected RegionInfo m_regInfo; | ||
153 | 152 | ||
154 | public ITerrainChannel Heightmap; | 153 | public ITerrainChannel Heightmap; |
155 | 154 | ||
@@ -174,6 +173,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
174 | get { return m_permissions; } | 173 | get { return m_permissions; } |
175 | } | 174 | } |
176 | 175 | ||
176 | protected string m_datastore; | ||
177 | |||
177 | /* Used by the loadbalancer plugin on GForge */ | 178 | /* Used by the loadbalancer plugin on GForge */ |
178 | protected RegionStatus m_regStatus; | 179 | protected RegionStatus m_regStatus; |
179 | public RegionStatus RegionStatus | 180 | public RegionStatus RegionStatus |