Skip to content

Commit

Permalink
Fix cross-grid inventory delivery notifications, fixes http://opensim…
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWall committed Feb 21, 2015
1 parent c67b340 commit 023fd71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ private void OnGridInstantMessage(GridInstantMessage im)
{
// 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)))
Expand Down

0 comments on commit 023fd71

Please sign in to comment.