Fixes mantis #3121.

0.6.3-post-fixes
diva 2009-02-12 01:09:51 +00:00
parent b6e7e5ed42
commit 5dae1ddb5a
1 changed files with 1 additions and 0 deletions

View File

@ -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();