SadAugust / AutoTrimps

GNU General Public License v3.0
11 stars 19 forks source link

Small bugfix for my previous PR. #40

Closed Ikerstreamer closed 7 months ago

Ikerstreamer commented 7 months ago

In #39 I implemented a fix for heirloom auto-select, however since I wanted to get it done quickly I used a while loop somewhere I should have used a for loop and it made me forget to decrement the counter properly. This quick PR fixes that problem sorry about that.