fix(mover): ✏️ fix missed variable during rename
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user