diff options
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 69f001a..56069a3 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -4889,7 +4889,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4889 | packet.ParcelData.Data = data; | 4889 | packet.ParcelData.Data = data; |
4890 | packet.ParcelData.SequenceID = sequence_id; | 4890 | packet.ParcelData.SequenceID = sequence_id; |
4891 | packet.Header.Zerocoded = true; | 4891 | packet.Header.Zerocoded = true; |
4892 | OutPacket(packet, ThrottleOutPacketType.Task); | 4892 | // OutPacket(packet, ThrottleOutPacketType.Task); |
4893 | OutPacket(packet, ThrottleOutPacketType.Land); | ||
4893 | } | 4894 | } |
4894 | 4895 | ||
4895 | public void SendLandProperties( | 4896 | public void SendLandProperties( |