mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Fixed a missing field in SendBulkInventoryFolderUpdate.
This commit is contained in:
@@ -2177,7 +2177,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
bulkUpdate.AgentData.AgentID = AgentId;
|
||||
bulkUpdate.AgentData.TransactionID = transactionId;
|
||||
bulkUpdate.FolderData = folderDataBlocks.ToArray();
|
||||
|
||||
List<BulkUpdateInventoryPacket.ItemDataBlock> foo = new List<BulkUpdateInventoryPacket.ItemDataBlock>();
|
||||
bulkUpdate.ItemData = foo.ToArray();
|
||||
|
||||
//m_log.Debug("SendBulkUpdateInventory :" + bulkUpdate);
|
||||
OutPacket(bulkUpdate, ThrottleOutPacketType.Asset);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user