From 079469b3f5e6b8a8b20115312d0bfd89841b3338 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 5 Nov 2008 17:45:56 +0000 Subject: more startup/initialisation refactoring --- OpenSim/Framework/ConfigSettings.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Framework') 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 set { m_meshEngineName = value; } } - private bool m_sandbox; + private bool m_standalone; - public bool Sandbox + public bool Standalone { - get { return m_sandbox; } - set { m_sandbox = value; } + get { return m_standalone; } + set { m_standalone = value; } } private bool m_see_into_region_from_neighbor; -- cgit v1.1