* minor: disable a couple of other lines of image not found, which are pointless anyway since we aren't currently sending the packet

0.6.0-stable
Justin Clarke Casey 2008-10-15 16:38:24 +00:00
parent 9324c3f110
commit eb07a40870
1 changed files with 2 additions and 2 deletions

View File

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