fix(mover): 🎨 fix quiet not being "followed"
This commit is contained in:
parent
fc43985337
commit
d953bd4cf6
|
@ -67,8 +67,8 @@ function follow(entity, dynamic = true, distance = 3) {
|
||||||
console.assert(entity)
|
console.assert(entity)
|
||||||
const { GoalFollow } = require('mineflayer-pathfinder').goals
|
const { GoalFollow } = require('mineflayer-pathfinder').goals
|
||||||
|
|
||||||
cfg.quiet && console.log(entity)
|
// console.log(entity)
|
||||||
|| bot.chat(
|
cfg.quiet || bot.chat(
|
||||||
`following ${entity.type
|
`following ${entity.type
|
||||||
}: ${entity.username || entity.displayName
|
}: ${entity.username || entity.displayName
|
||||||
}${dynamic ? "" : " once"}`
|
}${dynamic ? "" : " once"}`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user