aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/TestSuite/BotManager.cs
diff options
context:
space:
mode:
authorJeff Ames2008-05-19 13:26:42 +0000
committerJeff Ames2008-05-19 13:26:42 +0000
commit259ddcfe1a655638f8e87f8b3dfec6d9c006140f (patch)
treee6f0f1c461c2dffbb1c9fdc466002c31b5ad5ad2 /OpenSim/TestSuite/BotManager.cs
parentfixing exception when RestPlugin not configured. refactors RestRegionPlugin, ... (diff)
downloadopensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.zip
opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.gz
opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.bz2
opensim-SC_OLD-259ddcfe1a655638f8e87f8b3dfec6d9c006140f.tar.xz
Update svn properties. Minor formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/TestSuite/BotManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/TestSuite/BotManager.cs b/OpenSim/TestSuite/BotManager.cs
index 77e9044..a431a43 100644
--- a/OpenSim/TestSuite/BotManager.cs
+++ b/OpenSim/TestSuite/BotManager.cs
@@ -153,7 +153,7 @@ namespace OpenSim.TestSuite
153 m_log.Info("[ " + callbot.firstname + " " + callbot.lastname + "]: Disconnected"); 153 m_log.Info("[ " + callbot.firstname + " " + callbot.lastname + "]: Disconnected");
154 m_td[m_lBot.IndexOf(callbot)].Abort(); 154 m_td[m_lBot.IndexOf(callbot)].Abort();
155 numbots--; 155 numbots--;
156 if (numbots >1) 156 if (numbots > 1)
157 Environment.Exit(0); 157 Environment.Exit(0);
158 break; 158 break;
159 } 159 }