diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/OpenSim/Application.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/OpenSim/Application.cs b/OpenSim/OpenSim/Application.cs index 6d48393..e2966ab 100644 --- a/OpenSim/OpenSim/Application.cs +++ b/OpenSim/OpenSim/Application.cs | |||
@@ -114,6 +114,11 @@ namespace OpenSim | |||
114 | 114 | ||
115 | sim.StartUp(); | 115 | sim.StartUp(); |
116 | 116 | ||
117 | if (false) | ||
118 | { | ||
119 | Console.WriteLine("Hippos! [needed to commit something to test CCnet]"); | ||
120 | } | ||
121 | |||
117 | while (true) | 122 | while (true) |
118 | { | 123 | { |
119 | OpenSim.Framework.Console.MainConsole.Instance.MainConsolePrompt(); | 124 | OpenSim.Framework.Console.MainConsole.Instance.MainConsolePrompt(); |