From 4f4dfa8e8230836cb0033dc7ff4d2f2234fe88b8 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sun, 24 Feb 2008 17:29:59 +0000 Subject: Fixed startup logo size to match a Win CMD window. Fixed bugs in new OOP commands. Prim.Rotation.X += 45; Prim.Position.X += 10; Now how do I find the prim I asked to += 10 every 1 second??? --- OpenSim/Region/Application/OpenSimMain.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 3fba35c..6e89143 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -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; -- cgit v1.1