diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs index c632798..c88141c 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs | |||
@@ -455,6 +455,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer | |||
455 | { | 455 | { |
456 | // Check if it's a type of message that we should handle | 456 | // Check if it's a type of message that we should handle |
457 | if (!((im.dialog == (byte) InstantMessageDialog.InventoryOffered) | 457 | if (!((im.dialog == (byte) InstantMessageDialog.InventoryOffered) |
458 | || (im.dialog == (byte) InstantMessageDialog.TaskInventoryOffered) | ||
458 | || (im.dialog == (byte) InstantMessageDialog.InventoryAccepted) | 459 | || (im.dialog == (byte) InstantMessageDialog.InventoryAccepted) |
459 | || (im.dialog == (byte) InstantMessageDialog.InventoryDeclined) | 460 | || (im.dialog == (byte) InstantMessageDialog.InventoryDeclined) |
460 | || (im.dialog == (byte) InstantMessageDialog.TaskInventoryDeclined))) | 461 | || (im.dialog == (byte) InstantMessageDialog.TaskInventoryDeclined))) |