diff --git a/nodes/core/logic/15-change.js b/nodes/core/logic/15-change.js index 0a8b53ef6..6d1a8911b 100644 --- a/nodes/core/logic/15-change.js +++ b/nodes/core/logic/15-change.js @@ -22,7 +22,7 @@ function ChangeNode(n) { this.property = n.property || ""; this.from = n.from || " "; this.to = n.to || " "; - this.reg = n.reg; + this.reg = n.reg || true; console.log("Type=",this.reg); var node = this;