fix(mover): ✏️ fix missed variable during rename

This commit is contained in:
jay 2021-04-11 23:30:34 +05:00
parent 1b21fcb096
commit e5803eee59

View File

@ -23,7 +23,7 @@ function initMoves(bot = bot, mcData = bot.mcData) {
movements.push(normalMove)
movements.defaultMove = movements[0]
bot.pathfinder.setMovements(defaultMove)
bot.pathfinder.setMovements(normalMove)
}