kandashi / midi-srd

MIT License
7 stars 29 forks source link

Midi-macros.js: static async deleteItems function issue with [itemArray] #18

Closed thatlonelybugbear closed 1 year ago

thatlonelybugbear commented 2 years ago

itemArray is already a map of the items IDs. Proposed change await actor.deleteEmbeddedDocuments("Item", [itemArray]); to

await actor.deleteEmbeddedDocuments("Item", itemArray);

thatlonelybugbear commented 2 years ago

As mentioned in Foundry discord: https://discord.com/channels/170995199584108546/722566083499786352/987329041143062568