Ok, so NOW scripts work. New patch to break them coming soon.

This commit is contained in:
Tedd Hansen
2008-02-24 17:01:20 +00:00
parent 8af64c979f
commit f10d895105
3 changed files with 6 additions and 4 deletions

View File

@@ -300,9 +300,9 @@ namespace OpenSim
// Called from app startup (OpenSim.Application)
//
m_log.Info("========================================================================");
m_log.Info("=========================== STARTING OPENSIM ===========================");
m_log.Info("========================================================================");
m_log.Info("=====================================================================");
m_log.Info("========================= STARTING OPENSIM ==========================");
m_log.Info("=====================================================================");
m_console = CreateConsole();
MainConsole.Instance = m_console;