mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-04 07:31:26 +00:00
Corrected GetBoolean return value so it can be used with logic statements
This commit is contained in:
parent
5b6f50553b
commit
8648130b4b
@ -233,7 +233,7 @@ if (typeof Mythos === "undefined") {
|
||||
this.setColour(54);
|
||||
this.appendDummyInput()
|
||||
.appendField("Get Yes or No");
|
||||
this.setOutput(true, "boolean");
|
||||
this.setOutput(true, "Boolean");
|
||||
this.setTooltip('');
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user