aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ConfigSettings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/ConfigSettings.cs')
-rw-r--r--OpenSim/Framework/ConfigSettings.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/ConfigSettings.cs b/OpenSim/Framework/ConfigSettings.cs
index 3671b06..7efc778 100644
--- a/OpenSim/Framework/ConfigSettings.cs
+++ b/OpenSim/Framework/ConfigSettings.cs
@@ -21,12 +21,12 @@ namespace OpenSim.Framework
21 set { m_meshEngineName = value; } 21 set { m_meshEngineName = value; }
22 } 22 }
23 23
24 private bool m_sandbox; 24 private bool m_standalone;
25 25
26 public bool Sandbox 26 public bool Standalone
27 { 27 {
28 get { return m_sandbox; } 28 get { return m_standalone; }
29 set { m_sandbox = value; } 29 set { m_standalone = value; }
30 } 30 }
31 31
32 private bool m_see_into_region_from_neighbor; 32 private bool m_see_into_region_from_neighbor;