Fix issues with "till next achievement"

This commit is contained in:
Daniël van Noord
2021-05-06 21:45:58 +02:00
parent 18ace33231
commit 305454b802
5 changed files with 18 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ import CacheAvgCPS from './CPS/CPS';
import CacheCurrWrinklerCPS from './CPS/CurrWrinklerCPS';
import CachePP from './PP/PP';
import CacheHeavenlyChipsPS from './Stats/HeavenlyChips';
import AllAmountTillNextAchievement from './TillNextAchievement/AllAmountTillNextAchievement';
import { CacheTimeTillNextPrestige } from './VariablesAndData'; // eslint-disable-line no-unused-vars
import CacheWrinklers from './Wrinklers/Wrinklers';
@@ -16,6 +17,7 @@ export default function LoopCache() {
CacheWrinklers();
CachePP();
AllAmountTillNextAchievement(false);
CacheCurrWrinklerCPS();
CacheAvgCPS();
CacheHeavenlyChipsPS();