- Bump to 0.5.13
- Add building support for TaskInventory and nested objects (from XML) - Add support for taking objects into inventory - Add waitForAppearanceSet utility - Add new event for when object is fully resolved (ObjectProperties received) - Fixed InventoryItem CRC method - Fixed quaternion bug - Support for uploading Script, Notecard and Gesture assets - Significantly improved build process
This commit is contained in:
@@ -141,7 +141,6 @@ export class InventoryFolder
|
||||
delete this.agent.inventory.itemsByID[itemID.toString()];
|
||||
this.items = this.items.filter((item) =>
|
||||
{
|
||||
console.log(item.itemID + ' vs ' + JSON.stringify(itemID));
|
||||
return !item.itemID.equals(itemID);
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user