diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot')
-rw-r--r-- | OpenSim/Tools/pCampBot/BotManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index aed3fa8..c015bbc 100644 --- a/OpenSim/Tools/pCampBot/BotManager.cs +++ b/OpenSim/Tools/pCampBot/BotManager.cs | |||
@@ -217,11 +217,13 @@ namespace pCampBot | |||
217 | doBotShutdown(); | 217 | doBotShutdown(); |
218 | } | 218 | } |
219 | 219 | ||
220 | /* | ||
220 | private void HandleQuit(string module, string[] cmd) | 221 | private void HandleQuit(string module, string[] cmd) |
221 | { | 222 | { |
222 | m_console.Warn("DANGER", "This should only be used to quit the program if you've already used the shutdown command and the program hasn't quit"); | 223 | m_console.Warn("DANGER", "This should only be used to quit the program if you've already used the shutdown command and the program hasn't quit"); |
223 | Environment.Exit(0); | 224 | Environment.Exit(0); |
224 | } | 225 | } |
226 | */ | ||
225 | 227 | ||
226 | private void HandleAddBots(string module, string[] cmd) | 228 | private void HandleAddBots(string module, string[] cmd) |
227 | { | 229 | { |