diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
3227 | block.Flags = accessFlag; | 3227 | block.Flags = accessFlag; |
3228 | block.ID = avatar; | 3228 | block.ID = avatar; |
3229 | block.Time = 0; | 3229 | block.Time = 0; |
3230 | list.Add(block); | ||
3230 | } | 3231 | } |
3231 | 3232 | ||
3232 | replyPacket.List = list.ToArray(); | 3233 | replyPacket.List = list.ToArray(); |