mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Actually implement the bot request object textures switch started in 225cf0d.
Forgot to propogate it down to bot level.
This commit is contained in:
@@ -300,6 +300,7 @@ namespace pCampBot
|
||||
Bot pb = new Bot(bm, behaviours, firstName, lastName, password, startLocation, loginUri);
|
||||
pb.wear = wearSetting;
|
||||
pb.Client.Settings.SEND_AGENT_UPDATES = InitBotSendAgentUpdates;
|
||||
pb.RequestObjectTextures = InitBotRequestObjectTextures;
|
||||
|
||||
pb.OnConnected += handlebotEvent;
|
||||
pb.OnDisconnected += handlebotEvent;
|
||||
|
||||
Reference in New Issue
Block a user