* Ooops, really put this on the task queue and not texture

0.6.5-rc1
Justin Clarke Casey 2009-04-07 19:30:10 +00:00
parent 952960e375
commit 0752dd65cc
1 changed files with 1 additions and 1 deletions

View File

@ -4049,7 +4049,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
} }
cachedresp.Header.Zerocoded = true; cachedresp.Header.Zerocoded = true;
OutPacket(cachedresp, ThrottleOutPacketType.Texture); OutPacket(cachedresp, ThrottleOutPacketType.Task);
return true; return true;
} }