aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-03 22:39:06 +0000
committerJustin Clark-Casey (justincc)2011-11-03 22:39:06 +0000
commitf26fdbd8da89ee35a23886defc13b44bc63b1349 (patch)
treeb788fcc4948ab1fc4d3c20d309b5361d3b2c809b /OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs
parentMove one of the old physics sleeps out into the main bot loop, so leaving out... (diff)
downloadopensim-SC_OLD-f26fdbd8da89ee35a23886defc13b44bc63b1349.zip
opensim-SC_OLD-f26fdbd8da89ee35a23886defc13b44bc63b1349.tar.gz
opensim-SC_OLD-f26fdbd8da89ee35a23886defc13b44bc63b1349.tar.bz2
opensim-SC_OLD-f26fdbd8da89ee35a23886defc13b44bc63b1349.tar.xz
Rename PhysicsBot => Bot since it doesn't just exercise physics anymore
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs')
-rw-r--r--OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs
index 00313b8..7084ab4 100644
--- a/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs
+++ b/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs
@@ -41,7 +41,7 @@ namespace pCampBot
41 /// </remarks> 41 /// </remarks>
42 public class GrabbingBehaviour : IBehaviour 42 public class GrabbingBehaviour : IBehaviour
43 { 43 {
44 public void Action(PhysicsBot bot) 44 public void Action(Bot bot)
45 { 45 {
46 Dictionary<UUID, Primitive> objects = bot.Objects; 46 Dictionary<UUID, Primitive> objects = bot.Objects;
47 47