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