diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 1bed036..1996182 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -82,10 +82,6 @@ namespace OpenSim | |||
82 | /// </summary> | 82 | /// </summary> |
83 | public override void StartUp() | 83 | public override void StartUp() |
84 | { | 84 | { |
85 | // | ||
86 | // Called from app startup (OpenSim.Application) | ||
87 | // | ||
88 | |||
89 | m_log.Info("===================================================================="); | 85 | m_log.Info("===================================================================="); |
90 | m_log.Info("========================= STARTING OPENSIM ========================="); | 86 | m_log.Info("========================= STARTING OPENSIM ========================="); |
91 | m_log.Info("===================================================================="); | 87 | m_log.Info("===================================================================="); |
@@ -93,7 +89,8 @@ namespace OpenSim | |||
93 | 89 | ||
94 | m_console = CreateConsole(); | 90 | m_console = CreateConsole(); |
95 | MainConsole.Instance = m_console; | 91 | MainConsole.Instance = m_console; |
96 | InternalStartUp(); | 92 | |
93 | base.StartUp(); | ||
97 | 94 | ||
98 | //Run Startup Commands | 95 | //Run Startup Commands |
99 | if (m_startupCommandsFile != String.Empty) | 96 | if (m_startupCommandsFile != String.Empty) |