mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* minor: disable a couple of other lines of image not found, which are pointless anyway since we aren't currently sending the packet
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user