diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot/BotManager.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/BotManager.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index 836d3f7..c67b3e4 100644 --- a/OpenSim/Tools/pCampBot/BotManager.cs +++ b/OpenSim/Tools/pCampBot/BotManager.cs | |||
@@ -153,6 +153,9 @@ namespace pCampBot | |||
153 | if (behaviourSwitches.Contains("g")) | 153 | if (behaviourSwitches.Contains("g")) |
154 | behaviours.Add(new GrabbingBehaviour()); | 154 | behaviours.Add(new GrabbingBehaviour()); |
155 | 155 | ||
156 | if (behaviourSwitches.Contains("t")) | ||
157 | behaviours.Add(new TeleportBehaviour()); | ||
158 | |||
156 | StartBot(this, behaviours, firstName, lastName, password, loginUri); | 159 | StartBot(this, behaviours, firstName, lastName, password, loginUri); |
157 | } | 160 | } |
158 | } | 161 | } |