aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/Bot.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-24 17:35:33 +0000
committerJustin Clark-Casey (justincc)2011-11-24 17:35:33 +0000
commitbdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661 (patch)
tree6cc450364e5f4eb2c56019d144635e152028b5b8 /OpenSim/Tools/pCampBot/Bot.cs
parentPrint out what behaviours are active when pCampBot starts up (diff)
downloadopensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.zip
opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.gz
opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.bz2
opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.xz
Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots between neighbouring regions.
Not yet enabled since there is a bug where the initial cross will work but all subsequent movements on the receiving simulator appear to fail.
Diffstat (limited to 'OpenSim/Tools/pCampBot/Bot.cs')
-rw-r--r--OpenSim/Tools/pCampBot/Bot.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/Bot.cs b/OpenSim/Tools/pCampBot/Bot.cs
index 7a73e3f..409734e 100644
--- a/OpenSim/Tools/pCampBot/Bot.cs
+++ b/OpenSim/Tools/pCampBot/Bot.cs
@@ -226,8 +226,6 @@ namespace pCampBot
226 MakeDefaultAppearance(wear); 226 MakeDefaultAppearance(wear);
227 } 227 }
228 228
229 Client.Self.Jump(true);
230
231 // Extract nearby region information. 229 // Extract nearby region information.
232 Client.Grid.GridRegion += Manager.Grid_GridRegion; 230 Client.Grid.GridRegion += Manager.Grid_GridRegion;
233 uint xUint, yUint; 231 uint xUint, yUint;