* minor: disable a couple of other lines of image not found, which are pointless anyway since we aren't currently sending the packet
parent
9324c3f110
commit
eb07a40870
|
@ -89,8 +89,8 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload
|
||||||
// "[TEXTURE NOT FOUND SENDER]: Informing the client that texture {0} cannot be found",
|
// "[TEXTURE NOT FOUND SENDER]: Informing the client that texture {0} cannot be found",
|
||||||
// m_textureId);
|
// m_textureId);
|
||||||
|
|
||||||
ImageNotInDatabasePacket notFound = new ImageNotInDatabasePacket();
|
//ImageNotInDatabasePacket notFound = new ImageNotInDatabasePacket();
|
||||||
notFound.ImageID.ID = m_textureId;
|
//notFound.ImageID.ID = m_textureId;
|
||||||
|
|
||||||
// XXX Temporarily disabling as this appears to be causing client crashes on at least
|
// XXX Temporarily disabling as this appears to be causing client crashes on at least
|
||||||
// 1.19.0(5) of the Linden Second Life client.
|
// 1.19.0(5) of the Linden Second Life client.
|
||||||
|
|
Loading…
Reference in New Issue