- When resolving objects, populate object costs (land impact)
- Add a function to find objects by name (regex or micromatch *glob style)
This commit is contained in:
@@ -300,7 +300,8 @@ export class Bot
|
||||
this.clientCommands.teleport.teleportTo(this.stayRegion, this.stayPosition, this.stayPosition).then(() =>
|
||||
{
|
||||
console.log('I found my way home.');
|
||||
}).catch(() => {
|
||||
}).catch(() =>
|
||||
{
|
||||
console.log('Cannot teleport home right now.');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user