Print out more information on connecting bots

This commit is contained in:
Justin Clark-Casey (justincc)
2012-05-11 02:38:29 +01:00
parent f231ac39de
commit 480216f50f
2 changed files with 19 additions and 9 deletions

View File

@@ -168,7 +168,7 @@ namespace pCampBot
b =>
{
Thread.Sleep(Random.Next(3000, 10000));
// m_log.DebugFormat("[pCAMPBOT]: For {0} performing action {1}", Name, b.GetType());
b.Action();
}