diff options
author | Justin Clarke Casey | 2009-04-07 19:30:10 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-07 19:30:10 +0000 |
commit | 0752dd65cc7899a2d94ceb2de3ff154aaa2989bf (patch) | |
tree | af372990ebb5ab647c06e7b9219a71a1577b7a37 /OpenSim/Region/ClientStack/LindenUDP | |
parent | * Put AgentTextureCached? response packet on the task queue rather than the w... (diff) | |
download | opensim-SC_OLD-0752dd65cc7899a2d94ceb2de3ff154aaa2989bf.zip opensim-SC_OLD-0752dd65cc7899a2d94ceb2de3ff154aaa2989bf.tar.gz opensim-SC_OLD-0752dd65cc7899a2d94ceb2de3ff154aaa2989bf.tar.bz2 opensim-SC_OLD-0752dd65cc7899a2d94ceb2de3ff154aaa2989bf.tar.xz |
* Ooops, really put this on the task queue and not texture
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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 | } |