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.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs
index 46094d6..0af9592 100644
--- a/OpenSim/Tools/pCampBot/BotManager.cs
+++ b/OpenSim/Tools/pCampBot/BotManager.cs
@@ -343,6 +343,9 @@ namespace pCampBot
343 if (abName == "ph2") 343 if (abName == "ph2")
344 newBehaviour = new PhysicsBehaviour2(); 344 newBehaviour = new PhysicsBehaviour2();
345 345
346 if (abName == "inv")
347 newBehaviour = new InventoryDownloadBehaviour();
348
346 if (newBehaviour != null) 349 if (newBehaviour != null)
347 { 350 {
348 behaviours.Add(newBehaviour); 351 behaviours.Add(newBehaviour);