From 0752dd65cc7899a2d94ceb2de3ff154aaa2989bf Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 7 Apr 2009 19:30:10 +0000 Subject: [PATCH] * Ooops, really put this on the task queue and not texture --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index d1ca435cf5..5593e16b4d 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -4049,7 +4049,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP } cachedresp.Header.Zerocoded = true; - OutPacket(cachedresp, ThrottleOutPacketType.Texture); + OutPacket(cachedresp, ThrottleOutPacketType.Task); return true; }