aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index d1ca435..5593e16 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -4049,7 +4049,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4049 } 4049 }
4050 4050
4051 cachedresp.Header.Zerocoded = true; 4051 cachedresp.Header.Zerocoded = true;
4052 OutPacket(cachedresp, ThrottleOutPacketType.Texture); 4052 OutPacket(cachedresp, ThrottleOutPacketType.Task);
4053 4053
4054 return true; 4054 return true;
4055 } 4055 }