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; }