From eb07a408703cea1ae2a94427b3cbab0203877817 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 15 Oct 2008 16:38:24 +0000 Subject: * minor: disable a couple of other lines of image not found, which are pointless anyway since we aren't currently sending the packet --- .../Modules/Agent/TextureDownload/TextureNotFoundSender.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Environment/Modules/Agent') 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 // "[TEXTURE NOT FOUND SENDER]: Informing the client that texture {0} cannot be found", // m_textureId); - ImageNotInDatabasePacket notFound = new ImageNotInDatabasePacket(); - notFound.ImageID.ID = m_textureId; + //ImageNotInDatabasePacket notFound = new ImageNotInDatabasePacket(); + //notFound.ImageID.ID = m_textureId; // XXX Temporarily disabling as this appears to be causing client crashes on at least // 1.19.0(5) of the Linden Second Life client. -- cgit v1.1