Mtarnuhal / FrozenCookies

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

Fix recommendationList when a building max is reached #47

Closed adavidw closed 3 years ago

adavidw commented 3 years ago

Fixes #13

Changed so that instead of building the recommendation list, and then pulling the buildings out that have already hit their max, it excludes those buildings before calculating relative efficiency and building the list.

(Couple of little performance fixes as well)