Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Changed according to #290 part of #275 + #292
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-tolboom committed Jul 11, 2016
1 parent 96932a7 commit 5c893cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.user.js
Expand Up @@ -926,12 +926,12 @@ var scheduler = window.scheduler = (function() {
lengthGroup = 5000;

opt.foodAccelSize = 40;
opt.foodRoundSize = 5;
opt.foodRoundSize = 1;
} else {
lengthGroup = 10000;

opt.foodAccelSize = 60;
opt.foodRoundSize = 10;
opt.foodRoundSize = 5;
}
if (lengthGroup != this.lastLengthGroup) {
lengthGroup != this.lastLengthGroup;
Expand Down

0 comments on commit 5c893cc

Please sign in to comment.