Fix cross-grid inventory delivery notifications, fixes http://opensimulator.org/mantis/view.php?id=7113

inv-download
BlueWall 2015-02-21 14:28:31 -05:00
parent c67b3407d4
commit 023fd71ce5
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
{
// Check if it's a type of message that we should handle
if (!((im.dialog == (byte) InstantMessageDialog.InventoryOffered)
|| (im.dialog == (byte) InstantMessageDialog.TaskInventoryOffered)
|| (im.dialog == (byte) InstantMessageDialog.InventoryAccepted)
|| (im.dialog == (byte) InstantMessageDialog.InventoryDeclined)
|| (im.dialog == (byte) InstantMessageDialog.TaskInventoryDeclined)))