From 5dae1ddb5aadfc1b976b1726f361f4a93ae3d4e8 Mon Sep 17 00:00:00 2001 From: diva Date: Thu, 12 Feb 2009 01:09:51 +0000 Subject: Fixes mantis #3121. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 98d75ad..a785e64 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -3227,6 +3227,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP block.Flags = accessFlag; block.ID = avatar; block.Time = 0; + list.Add(block); } replyPacket.List = list.ToArray(); -- cgit v1.1