aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/BotManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/pCampBot/BotManager.cs')
-rw-r--r--OpenSim/Tools/pCampBot/BotManager.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs
index abc71cb..3647831 100644
--- a/OpenSim/Tools/pCampBot/BotManager.cs
+++ b/OpenSim/Tools/pCampBot/BotManager.cs
@@ -290,6 +290,12 @@ namespace pCampBot
290 if (abName == "t") 290 if (abName == "t")
291 newBehaviour = new TeleportBehaviour(); 291 newBehaviour = new TeleportBehaviour();
292 292
293 if (abName == "tw")
294 newBehaviour = new TwitchyBehaviour();
295
296 if (abName == "ph2")
297 newBehaviour = new PhysicsBehaviour2();
298
293 if (newBehaviour != null) 299 if (newBehaviour != null)
294 { 300 {
295 behaviours.Add(newBehaviour); 301 behaviours.Add(newBehaviour);