actually remove the sleep from PhysicsBehaviour that I shifted to Bot a couple of commits ago

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-11-03 22:50:40 +00:00
parent f26fdbd8da
commit e4bdf1e78f
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ namespace pCampBot
string randomf = talkarray[bot.Random.Next(talkarray.Length)];
if (talkarray.Length > 1 && randomf.Length > 1)
bot.Client.Self.Chat(randomf, 0, ChatType.Normal);
Thread.Sleep(bot.Random.Next(1000, 10000));
}
private string[] readexcuses()