mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-14 20:15:17 +02:00
merge with main
This commit is contained in:
parent
2332bb3e62
commit
9fb58d2d40
1 changed files with 0 additions and 3 deletions
|
@ -512,10 +512,7 @@ export class Agent {
|
||||||
|
|
||||||
cleanKill(msg='Killing agent process...', code=1) {
|
cleanKill(msg='Killing agent process...', code=1) {
|
||||||
this.history.add('system', msg);
|
this.history.add('system', msg);
|
||||||
<<<<<<< HEAD
|
|
||||||
this.bot.chat(code > 1 ? 'Restarting.': 'Exiting.');
|
this.bot.chat(code > 1 ? 'Restarting.': 'Exiting.');
|
||||||
=======
|
|
||||||
>>>>>>> upstream/main
|
|
||||||
this.history.save();
|
this.history.save();
|
||||||
process.exit(code);
|
process.exit(code);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue