From bd2ca2d9c1a8ea958255f1f8e9b31c46754cce26 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Thu, 16 Apr 2009 12:10:50 +0000 Subject: - turn private m_gui into protected m_gui to allow manipulation in derived classes - make OpenSimBackground inherit from OpenSim instead of OpenSimBase so that it will have a MainConsole instance and we can use console commands, setting m_gui to false --- OpenSim/Region/Application/OpenSim.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 8ebf144..bafa736 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -51,10 +51,10 @@ namespace OpenSim protected string m_startupCommandsFile; protected string m_shutdownCommandsFile; + protected bool m_gui = false; private string m_timedScript = "disabled"; private Timer m_scriptTimer; - private bool m_gui = false; public OpenSim(IConfigSource configSource) : base(configSource) { -- cgit v1.1