Skip to content

Commit

Permalink
Merge pull request #54 from Madpeterz/InventoryManager-Tweak
Browse files Browse the repository at this point in the history
add a call to RequestFetchInventory
  • Loading branch information
cinderblocks committed Nov 21, 2021
2 parents 6e5017a + 24317e4 commit edcbd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LibreMetaverse/InventoryManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3582,6 +3582,7 @@ void Self_IM(object sender, InstantMessageEventArgs e)
break;
}
imp.MessageBlock.BinaryBucket = args.FolderID.GetBytes();
RequestFetchInventory(objectID, e.IM.ToAgentID);
}
else
{
Expand Down

0 comments on commit edcbd83

Please sign in to comment.