Mtarnuhal / FrozenCookies

An automated Cookie Clicker tool.
27 stars 22 forks source link

Bring similar structure change to upgradeStats() as previous buildingStats() change #55

Closed adavidw closed 3 years ago

adavidw commented 3 years ago

Fixes #52

When made the fix to buildingStats() to exclude buildings with limits from the recommendation list, I made a similar formatting/structure change to upgradeStats(). I committed that second change locally, but never synced with origin.

Oops.

Without the second change, achievements were getting turned off, but upgradeStats was being run before buildingStats and turning them right back on again before the full recommendation list was built.