diff --git a/OutlawEditor/src/main/resources/mythos/mythos-editor/js/mythos_uncompressed.js b/OutlawEditor/src/main/resources/mythos/mythos-editor/js/mythos_uncompressed.js index a54ffbe6..a5cfe7ef 100644 --- a/OutlawEditor/src/main/resources/mythos/mythos-editor/js/mythos_uncompressed.js +++ b/OutlawEditor/src/main/resources/mythos/mythos-editor/js/mythos_uncompressed.js @@ -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(''); } };