From ce85ec716733a15bacd046d733922e5994b3a717 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 5 Jun 2007 21:35:00 +0000 Subject: [PATCH] Hippos! --- OpenSim/OpenSim/Application.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OpenSim/OpenSim/Application.cs b/OpenSim/OpenSim/Application.cs index 6d48393f5d..e2966ab6b1 100644 --- a/OpenSim/OpenSim/Application.cs +++ b/OpenSim/OpenSim/Application.cs @@ -114,6 +114,11 @@ namespace OpenSim sim.StartUp(); + if (false) + { + Console.WriteLine("Hippos! [needed to commit something to test CCnet]"); + } + while (true) { OpenSim.Framework.Console.MainConsole.Instance.MainConsolePrompt();