aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/Bot.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-05-11 02:38:29 +0100
committerJustin Clark-Casey (justincc)2012-05-11 02:38:29 +0100
commit480216f50f40bdb9709f9c6eec189a2ca027f395 (patch)
tree391e872861713771078d6706fe49b16b94ece9ff /OpenSim/Tools/pCampBot/Bot.cs
parentIncrease minimum period between bot actions to 3 seconds, so that teleport do... (diff)
downloadopensim-SC_OLD-480216f50f40bdb9709f9c6eec189a2ca027f395.zip
opensim-SC_OLD-480216f50f40bdb9709f9c6eec189a2ca027f395.tar.gz
opensim-SC_OLD-480216f50f40bdb9709f9c6eec189a2ca027f395.tar.bz2
opensim-SC_OLD-480216f50f40bdb9709f9c6eec189a2ca027f395.tar.xz
Print out more information on connecting bots
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/pCampBot/Bot.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/Bot.cs b/OpenSim/Tools/pCampBot/Bot.cs
index 95dba9f..b6cd287 100644
--- a/OpenSim/Tools/pCampBot/Bot.cs
+++ b/OpenSim/Tools/pCampBot/Bot.cs
@@ -168,7 +168,7 @@ namespace pCampBot
168 b => 168 b =>
169 { 169 {
170 Thread.Sleep(Random.Next(3000, 10000)); 170 Thread.Sleep(Random.Next(3000, 10000));
171 171
172 // m_log.DebugFormat("[pCAMPBOT]: For {0} performing action {1}", Name, b.GetType()); 172 // m_log.DebugFormat("[pCAMPBOT]: For {0} performing action {1}", Name, b.GetType());
173 b.Action(); 173 b.Action();
174 } 174 }