fix spacing

This commit is contained in:
MaxRobinsonTheGreat 2025-04-21 12:49:09 -05:00
parent eb6fbb0ba9
commit e1c1b03786

View file

@ -154,7 +154,7 @@ export class Agent {
} }
} }
this.respondFunc = respondFunc; this.respondFunc = respondFunc;
this.bot.on('whisper', respondFunc); this.bot.on('whisper', respondFunc);
if (settings.profiles.length === 1) if (settings.profiles.length === 1)
@ -200,8 +200,8 @@ export class Agent {
if (missingPlayers.length > 0) { if (missingPlayers.length > 0) {
console.log(`Missing players/bots: ${missingPlayers.join(', ')}`); console.log(`Missing players/bots: ${missingPlayers.join(', ')}`);
this.cleanKill('Not all required players/bots are present in the world. Exiting.', 4); this.cleanKill('Not all required players/bots are present in the world. Exiting.', 4);
}
} }
}
requestInterrupt() { requestInterrupt() {
this.bot.interrupt_code = true; this.bot.interrupt_code = true;