Skip to content

Commit

Permalink
Remove another do-nothing setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Sep 26, 2021
1 parent ac0ad2e commit ba86ba3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions LibreMetaverse/Inventory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,6 @@ public void UpdateNodeFor(InventoryBase item)
// As soon as we get the parent, the tree repairs itself.
//Logger.DebugLog("Attempting to update inventory child of " +
// item.ParentUUID.ToString() + " when we have no local reference to that folder", Client);

if (Client.Settings.FETCH_MISSING_INVENTORY)
{
// Fetch the parent
List<UUID> fetchreq = new List<UUID>(1) {item.ParentUUID};

}
}

InventoryNode itemNode;
Expand Down
4 changes: 0 additions & 4 deletions LibreMetaverse/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ public class Settings
/// re-establish a connection. Set this to true to log those 502 errors</summary>
public bool LOG_ALL_CAPS_ERRORS = false;

/// <summary>If true, any reference received for a folder or item
/// the library is not aware of will automatically be fetched</summary>
public bool FETCH_MISSING_INVENTORY = true;

/// <summary>If true, and <code>SEND_AGENT_UPDATES</code> is true,
/// AgentUpdate packets will continuously be sent out to give the bot
/// smoother movement and autopiloting</summary>
Expand Down

0 comments on commit ba86ba3

Please sign in to comment.