Skip to content

Commit

Permalink
fix random.duuid tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 15, 2020
1 parent e5a9fda commit b3dd2ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -149,7 +149,7 @@ else if (attribute.startsWith("uuid")) {
// -->
else if (attribute.startsWith("duuid")) {
event.setReplacedObject(CoreUtilities.autoAttrib(new ElementTag(
attribute.hasContext(1) ? attribute.getContext(1) : ScriptQueue.getNextId("DUUID")),
ScriptQueue.getNextId(attribute.hasContext(1) ? attribute.getContext(1) : "DUUID")),
attribute.fulfill(1)));
}
}
Expand Down

0 comments on commit b3dd2ab

Please sign in to comment.