aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/pCampBot')
-rw-r--r--OpenSim/Tools/pCampBot/Bot.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Tools/pCampBot/Bot.cs b/OpenSim/Tools/pCampBot/Bot.cs
index bf01065..1b30766 100644
--- a/OpenSim/Tools/pCampBot/Bot.cs
+++ b/OpenSim/Tools/pCampBot/Bot.cs
@@ -449,10 +449,8 @@ namespace pCampBot
449 { 449 {
450 UUID textureID = prim.Textures.FaceTextures[i].TextureID; 450 UUID textureID = prim.Textures.FaceTextures[i].TextureID;
451 451
452 if (textureID != null && textureID != UUID.Zero) 452 if (textureID != UUID.Zero)
453 {
454 GetTexture(textureID); 453 GetTexture(textureID);
455 }
456 } 454 }
457 } 455 }
458 456