-
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
[BUG] RecycleItems overflows the given limit #3392
Comments
"min_empty_space" set to 0, so the recycle will start when the bag is full. |
@TCB13 It’s not a bug. The RecycleItems task will run only when your inventory reaches a limit. By default it’s 6. You can change this parameter with |
@BriceSD great tip! Thanks. |
Fixed in latest version |
Hi, I have updated to the latest dev, and seems like now the RecycleItems doesn't function correctly.
Example: I limit the Pokeball to 50, but there are now 81 Pokeballs in my inventory and they keep counting after visiting pokestop.
Here is my json config:
The text was updated successfully, but these errors were encountered: