mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
add missing transactionID in SendInventoryItemCreateUpdate. and make use
of it on inventoryAccessModule, etc. Most likelly it's needs where there is a transactionID not zero
This commit is contained in:
@@ -1100,7 +1100,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void SendInventoryItemCreateUpdate(InventoryItemBase Item, UUID transactionID, uint callbackId)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SendRemoveInventoryItem(UUID itemID)
|
||||
|
||||
Reference in New Issue
Block a user