actually remove the sleep from PhysicsBehaviour that I shifted to Bot a couple of commits ago
parent
f26fdbd8da
commit
e4bdf1e78f
|
@ -75,8 +75,6 @@ namespace pCampBot
|
||||||
string randomf = talkarray[bot.Random.Next(talkarray.Length)];
|
string randomf = talkarray[bot.Random.Next(talkarray.Length)];
|
||||||
if (talkarray.Length > 1 && randomf.Length > 1)
|
if (talkarray.Length > 1 && randomf.Length > 1)
|
||||||
bot.Client.Self.Chat(randomf, 0, ChatType.Normal);
|
bot.Client.Self.Chat(randomf, 0, ChatType.Normal);
|
||||||
|
|
||||||
Thread.Sleep(bot.Random.Next(1000, 10000));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private string[] readexcuses()
|
private string[] readexcuses()
|
||||||
|
|
Loading…
Reference in New Issue