Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
aesthetic0001 committed Feb 1, 2024
1 parent 810d777 commit a83773e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ function inject (bot) {
function stop () {
stopPathing = false
stateGoal = null
previousNode = null
path = []
bot.emit('path_stop')
fullStop()
Expand All @@ -419,8 +418,6 @@ function inject (bot) {
}
})

let previousNode = null

let lastOnGroundPos = null

function monitorMovement () {
Expand Down Expand Up @@ -603,7 +600,6 @@ function inject (bot) {
stop()
return
}
previousNode = nextPoint
path.shift()
if (path.length === 0) { // done
// If the block the bot is standing on is not a full block only checking for the floored position can fail as
Expand Down
43 changes: 0 additions & 43 deletions testing/index.js

This file was deleted.

0 comments on commit a83773e

Please sign in to comment.