diff options
Diffstat (limited to 'OpenSim/TestSuite/BotManager.cs')
-rw-r--r-- | OpenSim/TestSuite/BotManager.cs | 2 |
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 | } |