diff options
Diffstat (limited to 'desktop/core/orca.js')
-rw-r--r-- | desktop/core/orca.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/core/orca.js b/desktop/core/orca.js index dbb3cf7..98dd675 100644 --- a/desktop/core/orca.js +++ b/desktop/core/orca.js @@ -85,7 +85,6 @@ export default function Orca (terminal) { const operator = operators[id] if (this.lockAt(operator.x, operator.y)) { continue } if (operator.passive || operator.hasNeighbor('*')) { - operator.permissions() operator.run() } } |