mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-10 12:02:59 +02:00
dont crash...
This commit is contained in:
parent
d515a80c7f
commit
67915d4dc9
1 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,7 @@ export class Agent {
|
|||
|
||||
await this.prompter.initExamples();
|
||||
|
||||
console.log('Logging in...');
|
||||
console.log('Logging into minecraft...');
|
||||
this.bot = initBot(this.name);
|
||||
|
||||
initModes(this);
|
||||
|
@ -37,7 +37,6 @@ export class Agent {
|
|||
|
||||
this.bot.on('login', () => {
|
||||
console.log('Logged in!');
|
||||
process.exit(0);
|
||||
});
|
||||
|
||||
this.bot.once('spawn', async () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue