-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix walking speed as suggested in #1586 #1649
Conversation
@klingan what consequences does this patch have to |
That it won't run constantly, only once (during game tick 0). If this setting is kept on True, it will keep itself running (and cause a huge lag). |
I'm inclined to no accept this. Because |
Also this worker shouldn't release pokemon... Oh, what a mess. |
not sure if its related, but checking on lucky eggs all of the time seems to be spamming my log [15:47:50] No lucky eggs... skipping evolve! |
WHO WANTS TO REFACTOR WHOLE EVOLVE LOGIC?! |
Ah. That explains why my bot wouldn't move for minutes.. |
Fixed with pull #1774 |
…1640)" (PokemonGoF#1649) * fix the logic for y This reverts commit 5fff2fa.
Short Description: Fixes the slow speed of walking if evolve is turned on
Fixes: