aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Environment/Modules/Agent/TextureDownload/TextureNotFoundSender.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/Agent/TextureDownload/TextureNotFoundSender.cs b/OpenSim/Region/Environment/Modules/Agent/TextureDownload/TextureNotFoundSender.cs
index f6d8543..046f4f4 100644
--- a/OpenSim/Region/Environment/Modules/Agent/TextureDownload/TextureNotFoundSender.cs
+++ b/OpenSim/Region/Environment/Modules/Agent/TextureDownload/TextureNotFoundSender.cs
@@ -89,8 +89,8 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload
89 // "[TEXTURE NOT FOUND SENDER]: Informing the client that texture {0} cannot be found", 89 // "[TEXTURE NOT FOUND SENDER]: Informing the client that texture {0} cannot be found",
90 // m_textureId); 90 // m_textureId);
91 91
92 ImageNotInDatabasePacket notFound = new ImageNotInDatabasePacket(); 92 //ImageNotInDatabasePacket notFound = new ImageNotInDatabasePacket();
93 notFound.ImageID.ID = m_textureId; 93 //notFound.ImageID.ID = m_textureId;
94 94
95 // XXX Temporarily disabling as this appears to be causing client crashes on at least 95 // XXX Temporarily disabling as this appears to be causing client crashes on at least
96 // 1.19.0(5) of the Linden Second Life client. 96 // 1.19.0(5) of the Linden Second Life client.