mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
actually remove the sleep from PhysicsBehaviour that I shifted to Bot a couple of commits ago
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user