aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-03 22:50:40 +0000
committerJustin Clark-Casey (justincc)2011-11-03 22:50:40 +0000
commite4bdf1e78ff452136908adb6556143ab6cb8fa74 (patch)
tree92d7ca92efb9e996da197046a37485b67a021545 /OpenSim/Tools
parentRename PhysicsBot => Bot since it doesn't just exercise physics anymore (diff)
downloadopensim-SC_OLD-e4bdf1e78ff452136908adb6556143ab6cb8fa74.zip
opensim-SC_OLD-e4bdf1e78ff452136908adb6556143ab6cb8fa74.tar.gz
opensim-SC_OLD-e4bdf1e78ff452136908adb6556143ab6cb8fa74.tar.bz2
opensim-SC_OLD-e4bdf1e78ff452136908adb6556143ab6cb8fa74.tar.xz
actually remove the sleep from PhysicsBehaviour that I shifted to Bot a couple of commits ago
Diffstat (limited to 'OpenSim/Tools')
-rw-r--r--OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs2
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()