-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Expected Behavior
Bot keeps running around and catching stuff
Actual Behavior
when step == max step, the below happens. Even with only req arguments, for any size max step, etc.
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -4 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -5 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -6 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -7 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -8 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -9 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -10 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -11 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -12 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 13 pos: 1 dx: -1 dy 0
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 12 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 11 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 10 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 9 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 8 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 7 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 6 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 5 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 4 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 3 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 2 pos: 1 dx: 0 dy -1
[#] Scanning area for objects (1 / 1)
steplimit: 1 x: -13 y: 1 pos: 1 dx: 0 dy -1
Steps to Reproduce
Just running it
Other Information
OS: osx
Git Commit: 2b48362
but has been happening on all commits so far since I started using it 2 days ago