Actually fix #772

This commit is contained in:
Daniël van Noord
2021-04-29 23:26:28 +02:00
parent 32b3167697
commit bc936ebf20
6 changed files with 6 additions and 18 deletions

View File

@@ -87,11 +87,12 @@ export default function CMLoopHook() {
LoopCache();
// Check all changing minigames and game-states
CheckGoldenCookie();
CheckTickerFortune();
CheckSeasonPopup();
CheckGardenTick();
CheckMagicMeter();
CheckWrinklerCount();
}
// To remove Timers when ascending
CheckGoldenCookie();
}