Skip to content

Commit

Permalink
Oh ESLint, why do you torment me so?
Browse files Browse the repository at this point in the history
  • Loading branch information
welwood08 committed Jun 17, 2015
1 parent 2b2f3f1 commit 3636c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoPlay.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,14 +402,14 @@
if (level > control.speedThreshold && level % control.rainingRounds === 0) {
if (hasItem(ABILITIES.WORMHOLE)) {
currentClickRate = 0;
} else {
} else {
currentClickRate = Math.floor(clickRate/2);
}
} else {
currentClickRate = clickRate;
}

s().m_nClicks = currentClickRate;
s().m_nClicks = currentClickRate;
s().m_nLastTick = false;
w.g_msTickRate = 1000;

Expand Down

0 comments on commit 3636c16

Please sign in to comment.