mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-26 17:03:45 +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);
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue