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.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 6f0b177..edfb13c 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -4158,6 +4158,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4158 4158
4159 pack.Data = dataBlock; 4159 pack.Data = dataBlock;
4160 } 4160 }
4161 else
4162 {
4163 pack.Data = new ParcelObjectOwnersReplyPacket.DataBlock[0];
4164 }
4161 pack.Header.Zerocoded = true; 4165 pack.Header.Zerocoded = true;
4162 this.OutPacket(pack, ThrottleOutPacketType.Task); 4166 this.OutPacket(pack, ThrottleOutPacketType.Task);
4163 } 4167 }