mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-01 06:05:19 +02:00
fix spacing
This commit is contained in:
parent
eb6fbb0ba9
commit
e1c1b03786
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue