idk
This commit is contained in:
@ -16,10 +16,14 @@ class Tp{
|
||||
}
|
||||
}
|
||||
|
||||
await this.bot.goTo({
|
||||
where: this.bot.findBlockBySign('bot TP spot'),
|
||||
range: 0,
|
||||
});
|
||||
let spot = this.bot.findBlockBySign('bot TP spot');
|
||||
|
||||
if(spot){
|
||||
await this.bot.goTo({
|
||||
where: spot,
|
||||
range: 1,
|
||||
});
|
||||
}
|
||||
|
||||
this.cleatTimeout = setTimeout(()=>{
|
||||
this.bot.pluginUnload(this.constructor.name)
|
||||
|
Reference in New Issue
Block a user