Actually implement the bot request object textures switch started in 225cf0d.

Forgot to propogate it down to bot level.
This commit is contained in:
Justin Clark-Casey (justincc)
2013-08-14 23:37:07 +01:00
parent 104626d732
commit 5011c657b5
2 changed files with 9 additions and 0 deletions

View File

@@ -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;