iam4x / pokemongo-webspoof

👾 Play Pokémon Go from your Mac
2.14k stars 228 forks source link

'Add randomness to moves' broken in V1.2.1 #411

Open bhaskerv opened 7 years ago

bhaskerv commented 7 years ago

Looks like the randomness feature does not work in the latest version. Using the arrow keys only changes longitude or latitude, not both, when enabled

taket commented 7 years ago

379c7caaa66cafc6c1b4098587ce72ae6de9d43c is the commit that broke this. It looks like the logic was moved from src/views/map/controls.js to src/models/user-location.js but it's not working as intended. I've reverted the changes to src/views/map/controls.js locally and that seems to work as a temp fix.