fix(mover): ✏️ fix missed variable during rename
This commit is contained in:
parent
1b21fcb096
commit
e5803eee59
|
@ -23,7 +23,7 @@ function initMoves(bot = bot, mcData = bot.mcData) {
|
||||||
movements.push(normalMove)
|
movements.push(normalMove)
|
||||||
movements.defaultMove = movements[0]
|
movements.defaultMove = movements[0]
|
||||||
|
|
||||||
bot.pathfinder.setMovements(defaultMove)
|
bot.pathfinder.setMovements(normalMove)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user