mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-15 06:27:24 +00:00
Corrected GetBoolean return value so it can be used with logic statements
This commit is contained in:
@@ -233,7 +233,7 @@ if (typeof Mythos === "undefined") {
|
|||||||
this.setColour(54);
|
this.setColour(54);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField("Get Yes or No");
|
.appendField("Get Yes or No");
|
||||||
this.setOutput(true, "boolean");
|
this.setOutput(true, "Boolean");
|
||||||
this.setTooltip('');
|
this.setTooltip('');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user