aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/pCampBot.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-08-14 19:53:10 +0100
committerJustin Clark-Casey (justincc)2013-08-14 19:53:10 +0100
commit225cf0d0102d05721bd01120928b9d1d85c811a7 (patch)
treeb399d69f04f69f856ea577984559af3b2ad46b4e /OpenSim/Tools/pCampBot/pCampBot.cs
parentAdd method doc to Scene.RemoveClient() to ask any callers to use Scene.Incomi... (diff)
downloadopensim-SC_OLD-225cf0d0102d05721bd01120928b9d1d85c811a7.zip
opensim-SC_OLD-225cf0d0102d05721bd01120928b9d1d85c811a7.tar.gz
opensim-SC_OLD-225cf0d0102d05721bd01120928b9d1d85c811a7.tar.bz2
opensim-SC_OLD-225cf0d0102d05721bd01120928b9d1d85c811a7.tar.xz
Add pCampbot RequestObjectTextures ini setting to control whether textures are requested for received objects.
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/pCampBot/pCampBot.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs
index c8b6304..b02f917 100644
--- a/OpenSim/Tools/pCampBot/pCampBot.cs
+++ b/OpenSim/Tools/pCampBot/pCampBot.cs
@@ -88,6 +88,8 @@ namespace pCampBot
88 { 88 {
89 bm.InitBotSendAgentUpdates 89 bm.InitBotSendAgentUpdates
90 = botConfig.GetBoolean("SendAgentUpdates", bm.InitBotSendAgentUpdates); 90 = botConfig.GetBoolean("SendAgentUpdates", bm.InitBotSendAgentUpdates);
91 bm.InitBotRequestObjectTextures
92 = botConfig.GetBoolean("RequestObjectTextures", bm.InitBotRequestObjectTextures);
91 } 93 }
92 } 94 }
93 95