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

This commit is contained in:
Justin Clarke Casey
2009-04-07 19:30:10 +00:00
parent 952960e375
commit 0752dd65cc

View File

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