aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Agent
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-15 16:38:24 +0000
committerJustin Clarke Casey2008-10-15 16:38:24 +0000
commiteb07a408703cea1ae2a94427b3cbab0203877817 (patch)
tree7cac456056deb7ea0d3bad35039e714f1359a4bd /OpenSim/Region/Environment/Modules/Agent
parent* refactor: Move error logging from GetUserDetails up to callers, since there... (diff)
downloadopensim-SC_OLD-eb07a408703cea1ae2a94427b3cbab0203877817.zip
opensim-SC_OLD-eb07a408703cea1ae2a94427b3cbab0203877817.tar.gz
opensim-SC_OLD-eb07a408703cea1ae2a94427b3cbab0203877817.tar.bz2
opensim-SC_OLD-eb07a408703cea1ae2a94427b3cbab0203877817.tar.xz
* minor: disable a couple of other lines of image not found, which are pointless anyway since we aren't currently sending the packet
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Agent')
-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.