Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas committed Feb 11, 2016
1 parent a8bdcb8 commit a055213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.905/fc_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1385,13 +1385,13 @@ function updateCaches() {
do {
recommendation = nextPurchase(FrozenCookies.recalculateCaches);
FrozenCookies.recalculateCaches = false;
FrozenCookies.disabledPopups = true;
FrozenCookies.disabledPopups = false;
currentBank = bestBank(0);
targetBank = bestBank(recommendation.efficiency);
currentCookieCPS = gcPs(cookieValue(currentBank.cost));
currentUpgradeCount = Game.UpgradesInStore.length;
FrozenCookies.safeGainsCalc();
FrozenCookies.disabledPopups = false;
FrozenCookies.disabledPopups = true;

if (FrozenCookies.lastCPS != FrozenCookies.calculatedCps) {
FrozenCookies.recalculateCaches = true;
Expand Down

0 comments on commit a055213

Please sign in to comment.