From e1c1b037863f615a74cda525ea8eb55906cad79f Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Mon, 21 Apr 2025 12:49:09 -0500 Subject: [PATCH] fix spacing --- src/agent/agent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agent/agent.js b/src/agent/agent.js index 3d3a0fb..34f5cda 100644 --- a/src/agent/agent.js +++ b/src/agent/agent.js @@ -154,7 +154,7 @@ export class Agent { } } - this.respondFunc = respondFunc; + this.respondFunc = respondFunc; this.bot.on('whisper', respondFunc); if (settings.profiles.length === 1) @@ -200,8 +200,8 @@ export class Agent { if (missingPlayers.length > 0) { console.log(`Missing players/bots: ${missingPlayers.join(', ')}`); this.cleanKill('Not all required players/bots are present in the world. Exiting.', 4); - } } + } requestInterrupt() { this.bot.interrupt_code = true;