diff options
-rw-r--r-- | desktop/sources/scripts/core/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/scripts/core/library.js b/desktop/sources/scripts/core/library.js index 3136c1d..6f71736 100644 --- a/desktop/sources/scripts/core/library.js +++ b/desktop/sources/scripts/core/library.js @@ -169,7 +169,7 @@ library.j = function OperatorJ (orca, x, y, passive) { this.info = 'Outputs northward operand' this.operation = function (force = false) { - const val = this.listen({ x: 0, y: -1, output: true }) + const val = this.listen({ x: 0, y: -1 }) if (val != this.glyph) { let i = 0 while (orca.inBounds(this.x, this.y + i)) { |