diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs index 89b5d77..4f5f523 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs | |||
@@ -127,9 +127,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
127 | 127 | ||
128 | protected string m_datastore; | 128 | protected string m_datastore; |
129 | 129 | ||
130 | /* Used by the loadbalancer plugin on GForge */ | ||
130 | protected RegionStatus m_regStatus; | 131 | protected RegionStatus m_regStatus; |
131 | 132 | public RegionStatus RegionStatus | |
132 | public RegionStatus Region_Status | ||
133 | { | 133 | { |
134 | get { return m_regStatus; } | 134 | get { return m_regStatus; } |
135 | set { m_regStatus = value; } | 135 | set { m_regStatus = value; } |