mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Fix slow loading of task inventory
This commit is contained in:
@@ -1177,7 +1177,7 @@ namespace OpenSim.Framework
|
||||
/// <param name="node"></param>
|
||||
void SendBulkUpdateInventory(InventoryNodeBase node);
|
||||
|
||||
void SendXferPacket(ulong xferID, uint packet, byte[] data);
|
||||
void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory);
|
||||
|
||||
void SendAbortXferPacket(ulong xferID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user