diff options
author | Justin Clark-Casey (justincc) | 2013-08-14 19:53:10 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-14 19:53:10 +0100 |
commit | 225cf0d0102d05721bd01120928b9d1d85c811a7 (patch) | |
tree | b399d69f04f69f856ea577984559af3b2ad46b4e /OpenSim/Tools/pCampBot/pCampBot.cs | |
parent | Add method doc to Scene.RemoveClient() to ask any callers to use Scene.Incomi... (diff) | |
download | opensim-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 'OpenSim/Tools/pCampBot/pCampBot.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/pCampBot.cs | 2 |
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 | ||