Fixed calculation of average and current CPS

This commit is contained in:
Daniel van Noord
2020-12-26 17:53:12 +01:00
parent 3f405da833
commit b9a1a5444f
6 changed files with 314 additions and 426 deletions

View File

@@ -208,7 +208,8 @@ CM.Loop = function() {
CM.Main.CheckWrinklerCount();
// Update Average CPS (might need to move)
CM.Cache.UpdateAvgCPS()
CM.Cache.UpdateCurrWrinklerCPS();
CM.Cache.UpdateAvgCPS();
}
CM.DelayInit = function() {