Fix cross-grid inventory delivery notifications, fixes http://opensimulator.org/mantis/view.php?id=7113
parent
c67b3407d4
commit
023fd71ce5
|
@ -455,6 +455,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
|
||||||
{
|
{
|
||||||
// Check if it's a type of message that we should handle
|
// Check if it's a type of message that we should handle
|
||||||
if (!((im.dialog == (byte) InstantMessageDialog.InventoryOffered)
|
if (!((im.dialog == (byte) InstantMessageDialog.InventoryOffered)
|
||||||
|
|| (im.dialog == (byte) InstantMessageDialog.TaskInventoryOffered)
|
||||||
|| (im.dialog == (byte) InstantMessageDialog.InventoryAccepted)
|
|| (im.dialog == (byte) InstantMessageDialog.InventoryAccepted)
|
||||||
|| (im.dialog == (byte) InstantMessageDialog.InventoryDeclined)
|
|| (im.dialog == (byte) InstantMessageDialog.InventoryDeclined)
|
||||||
|| (im.dialog == (byte) InstantMessageDialog.TaskInventoryDeclined)))
|
|| (im.dialog == (byte) InstantMessageDialog.TaskInventoryDeclined)))
|
||||||
|
|
Loading…
Reference in New Issue