Farigh / pokeclicker-automation

An automation script suite for pokeclicker.com
GNU General Public License v3.0
38 stars 21 forks source link

CatchFilters: Handle v0.10.18 new order setting #338

Closed Farigh closed 9 months ago

Farigh commented 9 months ago

The v0.10.18 added a setting to invert the filter priority order.

The automation now puts its filter to the top when this new setting is disabled and to the bottom when enabled.

Fixes #337