diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs index 8d1d1ce..3ce08bf 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs | |||
@@ -75,8 +75,6 @@ namespace pCampBot | |||
75 | string randomf = talkarray[bot.Random.Next(talkarray.Length)]; | 75 | string randomf = talkarray[bot.Random.Next(talkarray.Length)]; |
76 | if (talkarray.Length > 1 && randomf.Length > 1) | 76 | if (talkarray.Length > 1 && randomf.Length > 1) |
77 | bot.Client.Self.Chat(randomf, 0, ChatType.Normal); | 77 | bot.Client.Self.Chat(randomf, 0, ChatType.Normal); |
78 | |||
79 | Thread.Sleep(bot.Random.Next(1000, 10000)); | ||
80 | } | 78 | } |
81 | 79 | ||
82 | private string[] readexcuses() | 80 | private string[] readexcuses() |