rs-peer / issues

1 stars 0 forks source link

Movement.getDaxWalker().walkTo() broken? #411

Closed adivorcedfork closed 4 years ago

adivorcedfork commented 4 years ago

Running the following returns WalkState.ERROR:

WalkState result = Movement.getDaxWalker().walkTo(new Position(3239, 3314, 0));

A few others seem to be having the same issue, while others say it's working. Running DaxWalker from it's source using the public key works as normal. At a loss since the return doesn't give any indication as to what kind of error it is.