diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
51 | 51 | ||
52 | protected string m_startupCommandsFile; | 52 | protected string m_startupCommandsFile; |
53 | protected string m_shutdownCommandsFile; | 53 | protected string m_shutdownCommandsFile; |
54 | protected bool m_gui = false; | ||
54 | 55 | ||
55 | private string m_timedScript = "disabled"; | 56 | private string m_timedScript = "disabled"; |
56 | private Timer m_scriptTimer; | 57 | private Timer m_scriptTimer; |
57 | private bool m_gui = false; | ||
58 | 58 | ||
59 | public OpenSim(IConfigSource configSource) : base(configSource) | 59 | public OpenSim(IConfigSource configSource) : base(configSource) |
60 | { | 60 | { |