diff options
author | Adam Frisby | 2007-06-05 21:35:00 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-05 21:35:00 +0000 |
commit | ce85ec716733a15bacd046d733922e5994b3a717 (patch) | |
tree | 22a3da73f6c1398683d969ebaf14df74e0b2773d | |
parent | * Finished adding licensing declarations to everything (3/3) (diff) | |
download | opensim-SC_OLD-ce85ec716733a15bacd046d733922e5994b3a717.zip opensim-SC_OLD-ce85ec716733a15bacd046d733922e5994b3a717.tar.gz opensim-SC_OLD-ce85ec716733a15bacd046d733922e5994b3a717.tar.bz2 opensim-SC_OLD-ce85ec716733a15bacd046d733922e5994b3a717.tar.xz |
Hippos!
-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(); |