Skip to content

Commit

Permalink
inventory script procedural items is procedural
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 29, 2020
1 parent 1789f3c commit a8f034e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -232,6 +232,7 @@ else if (ItemTag.matches(item)) {
queue.addDefinition(definition, section.getString(definition));
}
}
queue.procedural = true;
queue.start();
if (queue.determinations != null) {
ListTag list = ListTag.getListFor(queue.determinations.getObject(0), context);
Expand Down

0 comments on commit a8f034e

Please sign in to comment.